### Installer XML Structure
Source: https://git.haiku-os.org/userguide.git/tree/userguide/ca/applications/installer
This snippet represents the basic HTML structure of the Installer documentation page, including meta tags, stylesheets, and navigation elements.
```html
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
Installer
Barra d'eines:
Aplicacions
Ubicació:
/boot/system/apps/Installer
Preferències:
none
The Installer is used to copy Haiku onto another volume. You can use it to clone your currently running Haiku - with all installed software and all data and settings. And of course you use it for the initial installation after booting from install CD or USB drive, see the online Installation Guide.
Upon launch Installer displays a start window with important information. It's not a mindless EULA you're used to click away in the blink of an eye, it states:
This is beta-quality software. Make backups or suffer the consequences!
The Installer needs a prepared partition. You can use DriveSetup to create and format a partition, but cannot yet resize existing partitions. For that you'll have to use a GParted LiveCD or a similar tool for now.
Haiku can be added manually to the bootmanager GRUB. How that is done exactly is available as an online guide.
Once you acknowledged with Continue, you're presented with the main window:
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.
```
--------------------------------
### PoorMan Configuration Example (XML)
Source: https://git.haiku-os.org/userguide.git/tree/userguide/pt_PT/applications/poorman
This XML snippet represents the structure of a configuration file for the PoorMan web server. It includes settings for the site, logging, and advanced options like maximum connections.
```xml
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
PoorMan
Deskbar:
Applications
Localização:
/boot/system/apps/PoorMan
Definições:
~/config/settings/PoorMan Settings
PoorMan is a nice little webserver that's extremely easy to set up. Naturally it doesn't offer any advanced features like other heavy duty server software, it's after all only a poor man's webserver.
Upon its first launch, PoorMan asks for the folder that is about to be served to the web. If you go with the Default, a new folder /boot/home/public_html is created for you. As a start page a HTML file named by default index.html has to be present there.
PoorMan presents itself with a simple console that logs its activity. Then, there's status information if the server is running, which folder is being served, and a hit counter. Settings are changed with Edit | Settings…:
The settings panel is divided into three tabs:
In Site you can select another folder to serve, enter another start page and have the option to send a file listing if the start page isn't present. Logging lets you de/activate logging to the console or optionally to a separate logfile.
The Advanced tab holds the setting for the maximum simultaneous connections.
The menu items of the console window are all self-explanatory. With them you can e.g. save (parts) of the console output, clear the console or logging file and start/stop the server or clear the hit counter.
```
--------------------------------
### HTML Structure for Haiku OS User Guide Page
Source: https://git.haiku-os.org/userguide.git/tree/userguide/en/desktop-applets/powerstatus
This snippet represents the basic HTML structure of a Haiku OS user guide page, including meta tags, stylesheets, navigation, and content layout. It is a standard template used for documentation pages.
```html
PowerStatus
PowerStatus shows information about the battery level, so it's only useful on mobile computers. If not yet running, launching the applet will ask if it should open in window mode or live in the Deskbar. In window mode you're able to resize the icon by resizing the window and use the Replicant handle to drag it to the Desktop.
Wherever installed, it's operated via a right-click context menu.
Note: PowerStatus requires a working ACPI support.
The context menu offers these options:
Show text label
Shows battery level in percent or remaining time.
Show status icon
Shows icon of the applet.
Show percent / time
Switch between showing battery level in percent or remaining time (Show text label has to be active).
Battery info…
Shows the extended battery info window.
About…
Shows the About window.
Quit
Quits the PowerStatus applet.
```
--------------------------------
### Install Tracker Add-Ons (Haiku OS)
Source: https://git.haiku-os.org/userguide.git/tree/userguide/pt_PT/tracker-add-ons
Explains how to install Tracker add-ons that are not part of a standard .hpkg package. Add-ons can be placed in user-specific or system-wide directories. The file name can include a keyboard shortcut suffix.
```shell
# For add-ons available to every user:
/boot/system/non-packaged/add-ons/Tracker/
# For add-ons only available to yourself:
/boot/home/config/non-packaged/add-ons/Tracker/
```
--------------------------------
### Manage Installed Screensavers
Source: https://git.haiku-os.org/userguide.git/tree/userguide/eo/preferences/screensaver
This describes the 'Screensavers' tab, which lists all installed screensaver modules and their specific settings. It highlights the 'Test' button used to preview the selected screensaver and its configuration.
```text
The second tab shows a list of all installed screen savers and their individual settings. You can test your settings with the Test button below the list.
```
--------------------------------
### XML Structure for Haiku Userguide Page
Source: https://git.haiku-os.org/userguide.git/tree/userguide/ro/applications/packageinstaller
This XML snippet outlines the basic structure of an XHTML page for the Haiku Userguide. It includes DOCTYPE, html, head, and body elements, along with meta tags for character set, content type, robots, title, viewport, and stylesheet links.
```xml
LegacyPackageInstaller
Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
LegacyPackageInstaller
Deskbar:
Nicio intrare, lansat uzual via dublu clic pe un fișier admis.
Locație:
/boot/system/apps/LegacyPackageInstaller
Configurări:
nimic
Această pagină este doar o primă ciornă deocamdată. Verificați mai târziu pentru o versiune rafinată.
LegacyPackageInstaller is an installer for BeOS packages in PKG format. It provides an easy-to-use GUI that helps in fast package installation in Haiku.
It is being executed automatically when you try to open files with .pkg extension.
Fereastra principală oferă acces la două configurări:
type of installation (depending on the developer there might be more than one (standard) installation option).
Installation location (only entire partitions/hard disks can be chosen, not custom paths)
After clicking Install the extraction and installation process will begin.
At this point warnings and errors can appear saying which libraries and dependencies are missing in order to run the program. It might be required to install these packages before attempting to install desired program.
When the installation is complete, package should appear in the Deskbar applications menu.
« MidiPlayer
```
--------------------------------
### Install Deskbar Icon using desklink
Source: https://git.haiku-os.org/userguide.git/tree/userguide/ca/applications/cli-apps
The desklink command installs icons in the Deskbar tray for files, folders, queries, or applications. It can also provide context menus for special actions. This example shows how to add the screenshot command-line application with specific options.
```terminal
desklink "cmd=Active window (2s):/bin/screenshot --window --border --delay 2"
"cmd=Remove replicant:desklink --remove=screenshot" /bin/screenshot
```
--------------------------------
### PoorMan Webserver Configuration - Site Settings
Source: https://git.haiku-os.org/userguide.git/tree/userguide/en/applications/poorman
This section describes the 'Site' tab in PoorMan's settings, allowing users to configure the directory to be served, the default index file, and options for handling missing index files.
```text
The settings panel is divided into three tabs:
In Site you can select another folder to serve, enter another start page and have the option to send a file listing if the start page isn't present.
```
--------------------------------
### SoftwareUpdater Application Information
Source: https://git.haiku-os.org/userguide.git/tree/userguide/pt_PT/applications/softwareupdater
Provides details about the SoftwareUpdater application, including its Deskbar location, settings file path, and its primary function of checking for and installing software updates.
```plaintext
Deskbar:
Applications
Location:
/boot/system/apps/SoftwareUpdater
Settings:
~/config/settings/SoftwareUpdater_settings
```
--------------------------------
### Connect to Network Storage via Alias (Terminal)
Source: https://git.haiku-os.org/userguide.git/tree/userguide/hu/preferences/network
Demonstrates how to initiate an FTP session to a network storage device using the alias defined in the hosts file. This command-line example shows the convenience of using aliases for accessing network resources.
```terminal
ftp NAS
```
--------------------------------
### Control Application Relaunching with launch_roster
Source: https://git.haiku-os.org/userguide.git/tree/userguide/ca/applications/cli-apps
The launch_roster command manages the re-launching of services and applications by the launch_daemon. You can stop or start the auto-restarting of an application, or get information about its status. The 'log' parameter displays launch_daemon events. Without parameters, it lists all controlled applications.
```terminal
launch_roster stop x-vnd.be-tskb
```
--------------------------------
### XML Structure for Haiku Userguide Page
Source: https://git.haiku-os.org/userguide.git/tree/userguide/it/desktop-applets/launchbox
This snippet shows the basic XHTML structure for a Haiku userguide page. It includes DOCTYPE, html, head, and body tags, along with meta information, title, and stylesheet links. It's important for rendering the page correctly in a web browser.
```xml
LaunchBox
La traduzione di questa pagina non è stata ancora completata. Finché non lo sarà, le parti non tradotte saranno visualizzate in inglese.
LaunchBox
Deskbar:
Desktop Applet
Percorso:
/boot/system/apps/LaunchBox
Impostazioni:
~/config/settings/LaunchBox/*
One or more LaunchBox applets can be started to organize shortcuts to your favorite applications or documents. You decide if each is shown on all or just the current workspace. They can also serve to quickly open a document in a specific application. For example, you could drag & drop a HTML file onto a text editor in a LaunchBox to open it in the editor instead of its preferred application, the browser.
All options are reached from the context menu:
Add button here
Adds an empty button.
Clear button
Empties a button.
Remove button
Removes a button.
Set description…
Hovering the mouse over an icon shows a tooltip with the file's name and, in case of an application, its short description if it differs from its name (see topic FileTypes). With this menu item you can customize the description for this tooltip.
Settings - Horizontal layout - Icon size - Ignore double-click
```
--------------------------------
### HTML Structure for LegacyPackageInstaller Documentation
Source: https://git.haiku-os.org/userguide.git/tree/userguide/eo/applications/packageinstaller
This HTML snippet represents the basic structure of the LegacyPackageInstaller documentation page. It includes the document type, head section with meta information and title, and the body containing navigation, content, and an image.
```html
LegacyPackageInstaller
The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
LegacyPackageInstaller
Per la Laborstrio:
No entry, normally launched via
double-clicking a supported file.
Per la Spurilo:
/boot/system/apps/LegacyPackageInstaller
Dosieroj de agordo:
none
This page is currently only a first draft. Please check back later for a refined version.
LegacyPackageInstaller is an installer for BeOS packages in PKG format. It provides an easy-to-use GUI that helps in fast package installation in Haiku.
It is being executed automatically when you try to open files with .pkg extension.
The main window gives access to two configurations:
type of installation (depending on the developer there might be more than one (standard) installation option).
Installation location (only entire partitions/hard disks can be chosen, not custom paths)
After clicking Install the extraction and installation process will begin.
At this point warnings and errors can appear saying which libraries and dependencies are missing in order to run the program. It might be required to install these packages before attempting to install desired program.
When the installation is complete, package should appear in the Deskbar applications menu.