### 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 Installer
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.

installer-icon_64.pngInstaller

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


The Installer is used to copy Haiku onto another volume. 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:



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

installer.png

In the first pop-up menu you choose the source for the installation. It can be a currently installed Haiku or can come from an install CD or USB drive, etc.
``` -------------------------------- ### 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 PoorMan

The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.

poorman-icon_64.pngPoorMan

Deskbar:Applications
Localização:/boot/system/apps/PoorMan
Definições:~/config/settings/PoorMan Settings


PoorMan is a nice little webserver that's 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…:

poorman.png

The settings panel is divided into three tabs:

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

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

``` -------------------------------- ### 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-icon_64.pngPowerStatus

Deskbar:Desktop Applets
Location:/boot/system/apps/PowerStatus
Settings:~/config/settings/PowerStatus settings

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

Note: PowerStatus requires a working ACPI support.

PowerStatus applet

The context menu offers these options:

Show text labelShows battery level in percent or remaining time.
Show status iconShows icon of the applet.
Show percent / timeSwitch between showing battery level in percent or remaining time (Show text label has to be active).
Battery info…Shows the extended battery info window.
About…Shows the About window.
QuitQuits the PowerStatus applet.
``` -------------------------------- ### 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ă.

packageinstaller-icon_64.pngLegacyPackageInstaller

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.

packageinstaller.png

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.

packageinstaller-installer.png

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

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