From 5a737606508ac7876148ed7e30780e8e30ba37e7 Mon Sep 17 00:00:00 2001 From: Joachim Seemer Date: Thu, 27 Aug 2009 14:17:18 +0000 Subject: [PATCH] =?UTF-8?q?*=20Added=20more=20"up-to-top-of-page"=20symbol?= =?UTF-8?q?/links=20to=20h1/h2=20headings=20where=20appropriate=20*=20Chan?= =?UTF-8?q?ged=20"up-to-top-of-page"=20symbol=20to=20a=2090=C2=B0=20rotate?= =?UTF-8?q?d=20bullet=20graphic=20of=20the=20new=20=20=20website=20(Good?= =?UTF-8?q?=20idea,=20Jorge.).=20Increased=20its=20size=20to=2032x32=20so?= =?UTF-8?q?=20it's=20easier=20to=20=20=20aim=20for.=20*=20Mentioned=20new?= =?UTF-8?q?=20~/config/boot/launch/=20folder=20in=20filesystem-layout.html?= =?UTF-8?q?.=20*=20Updated=20Workspaces=20screenshot=20due=20to=20renamed?= =?UTF-8?q?=20options=20(Thanks=20Ryan.)=20*=20Moved=20magnify.png=20to=20?= =?UTF-8?q?the=20/en/images/apps-images/=20subfolder=20as=20it's=20not=20t?= =?UTF-8?q?otally=20=20=20language=20neutral.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32754 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/userguide/en/applications.html | 16 +++++++++--- .../en/applications/apps-icon-o-matic.html | 20 +++++++-------- .../en/applications/apps-screenshot.html | 4 ++- .../en/applications/apps-terminal.html | 16 +++++++++--- docs/userguide/en/attributes.html | 8 ++++-- docs/userguide/en/bash-scripting.html | 23 +++++++++++++----- docs/userguide/en/deskbar.html | 10 +++++--- docs/userguide/en/filesystem-layout.html | 17 ++++++++++--- docs/userguide/en/filetypes.html | 23 +++++++++++++----- docs/userguide/en/gui.html | 12 ++++++--- .../en/images/apps-images/magnify.png | Bin 0 -> 8497 bytes .../images/workspaces-images/workspaces.png | Bin 9169 -> 12986 bytes docs/userguide/en/index.html | 3 ++- docs/userguide/en/keyboard-shortcuts.html | 16 +++++++++--- .../en/preferences/prefs-appearance.html | 16 +++++++++--- .../en/preferences/prefs-e-mail.html | 22 +++++++++++------ .../userguide/en/preferences/prefs-fonts.html | 7 +++--- .../en/preferences/prefs-keymap.html | 4 ++- .../en/preferences/prefs-screensaver.html | 8 ++++-- docs/userguide/en/preferences/prefs-time.html | 8 ++++-- docs/userguide/en/queries.html | 10 ++++---- docs/userguide/en/tracker.html | 21 ++++++++++------ .../en/workshop-filetypes+attributes.html | 20 +++++++-------- docs/userguide/en/workspaces.html | 12 ++++++--- docs/userguide/images/apps-images/magnify.png | Bin 8011 -> 0 bytes docs/userguide/images/up.png | Bin 329 -> 379 bytes docs/welcome/images/up.png | Bin 329 -> 379 bytes docs/welcome/welcome.html | 23 +++++++++++++----- 28 files changed, 218 insertions(+), 101 deletions(-) create mode 100644 docs/userguide/en/images/apps-images/magnify.png delete mode 100644 docs/userguide/images/apps-images/magnify.png diff --git a/docs/userguide/en/applications.html b/docs/userguide/en/applications.html index f068e7ded0..bbf1918c21 100644 --- a/docs/userguide/en/applications.html +++ b/docs/userguide/en/applications.html @@ -42,7 +42,9 @@

Before diving into all the applications that come with Haiku, let's have a more detailed look at how to install and uninstall programs you downloaded somewhere, for example from a site mentioned on the Welcome page.

-

Installing applications

+

+index +Installing applications

Haiku software always comes as an archive. Most of the time it's a ZIP, some old BeOS packages come in Software Valet's PKG format. Software Valet was able to automatically execute installation scripts, so after double-clicking you just select a destination folder and everything's taken care of.
If it's a ZIP archive, double-clicking opens Expander where you also set the destination and unpack it. As explained in the topic Filesystem layout, that destination is either

@@ -56,13 +58,17 @@ Sometimes you'll find folders that link to the correct destination named "Most of the time, however, nothing of the sort is necessary and you're done after unpacking.
See topic Deskbar or LaunchBox to see how to add shortcuts to your newly installed application.

-

Uninstalling applications

+

+index +Uninstalling applications

If the installation was done with an install script, chances are, there's an uninstall script as well. In that case, double-click it and you're done.
Otherwise, uninstalling is simply done by deleting the application's folder.

This, of course, leaves back possible configuration files in your ~/config/settings folder. This may be on purpose, if you want to keep those settings in case you'll install the program again in the future. Also, when the installation involved those "drag [filename] here..." folders, those files are also left behind.

One method to quickly get to all the app's files is to do a quick query for a significant part of the application's name. This will reveal the app's binary, its installation folder and its settings as well as possible links in the Deskbar etc. Simply select all relevant files and delete them.

-

Haiku's applications

+

+index +Haiku's applications

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

@@ -117,7 +123,9 @@ Otherwise, uninstalling is simply done by deleting the application's folder.

iconActivityMonitor  A viewer for analog TV. [still missing]
-

Bundled applications

+

+index +Bundled applications

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

diff --git a/docs/userguide/en/applications/apps-icon-o-matic.html b/docs/userguide/en/applications/apps-icon-o-matic.html index ba43ff282c..39e30a5ebd 100644 --- a/docs/userguide/en/applications/apps-icon-o-matic.html +++ b/docs/userguide/en/applications/apps-icon-o-matic.html @@ -63,7 +63,7 @@

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

-index +index BeOS bitmap vs. Haiku vector icons

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

@@ -102,13 +102,13 @@ width="128" height="128" />
iconBePDF 

-index +index Icons are attributes

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

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

-index +index Creating icons with Icon-O-Matic

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

Other than your normal vector graphics software, you don't deal with separate objects that each include all their specific properties like path, stroke width, stroke and fill color etc. Rather, you assemble your objects ("shapes") from shared paths and colors ("styles") and set certain properties. This re-using of elements is one secret of HVIF's efficiency. Although that imposes some constraints on the icon designer, there are a few advantages, too.
@@ -121,7 +121,7 @@ For example, by re-using a path, several objects can be modified together by man

-index +index Path

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

@@ -185,7 +185,7 @@ width="16" height="16" />

-index +index Shape

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

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

@@ -259,7 +259,7 @@ For example, if Shape 1 were to be shown below 48px and Shape 2 from 48px upward

-index +index Style

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

@@ -277,7 +277,7 @@ Of course you can move these indicators to change the gradient to your liking. Y

-index +index Transformer

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

@@ -300,7 +300,7 @@ Of course you can move these indicators to change the gradient to your liking. Y

-index +index Saving an icon

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

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

@@ -319,7 +319,7 @@ Of course you can move these indicators to change the gradient to your liking. Y

-index +index Tips & Tricks

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

-index +index Creating a custom filetype

Start the Filetypes preferences, and click on the Add... button below the hierarchical list on the left. A small dialog opens and you specify in which MIME Group your new filetype will reside. You can also create a completely new group. Let's put it into "applications" and set the "Internal Name" to DVDdb.

filetypes-new-file-type.png @@ -84,17 +84,17 @@ To that we add a couple of attributes. Here we have to decide if we want to quer filetypes-dvddb.png

-index +index Icon

Double-click the icon well to open Icon-O-Matic to design an icon for your filetype. You can also drag&drop an icon from the icon well of another type, maybe as starting point for a modified version.

-index +index File Recognition

You can add suffixes like .txt, .jpg, .mp3 to recognize files by their extention. Useful when working with files from systems without MIME typing. We don't need that for our example.

-index +index Description

  • Type Name - Appears e.g. in the Attribute menu of Tracker windows and the "Kind" attribute of a file.
  • @@ -102,7 +102,7 @@ To that we add a couple of attributes. Here we have to decide if we want to quer

-index +index Preferred Application

This drop-down 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.

@@ -111,7 +111,7 @@ To that we add a couple of attributes. Here we have to decide if we want to quer

-index +index Extra Attributes

Here we enter all the custom attributes we decided on in our preparations. Clicking the Add... button opens a panel:

filetype-extra-attribute.png @@ -152,7 +152,7 @@ To that we add a couple of attributes. Here we have to decide if we want to quer

-index +index Indexing

Before we start entering data in our little DVD database, we should add certain attributes to the Index. Only indexed attributes can use Haiku's fast Queries.
So, what will we be searching in the future? We probably won't ask "What's in the B4 coordinate in my shelf?" or "Does the IMdB URL or the plot of the movie contain the word 'pope-shenooda'?".

@@ -173,7 +173,7 @@ mkindex -t int DVDdb:rating

The -t option defines the type of attribute, which is "string" for all but the rating, which is an integer number.

-index +index Filling in the data

Now, everything's set and we can begin putting some data into our base.
Since our basic file is a cover image, we go to some online resource like IMdB, look for our first movie and save the cover or movie poster in a new folder where we want to keep our DVDdb files.

@@ -185,7 +185,7 @@ Since our basic file is a cover image, we go to some online resource like IMdB,

Right-clicking into a Tracker window, you'll find a new entry under New... besides the default "New folder".

-index +index Querying the database

Several hours of grunt work later, we have a nice little database that you can query to find all your Christina Ricci movies that have a 7+ rating... :)

You can assign a sensible attribute layout for query results of a specific filetype.
diff --git a/docs/userguide/en/workspaces.html b/docs/userguide/en/workspaces.html index eb8b148b56..e6b5543a07 100644 --- a/docs/userguide/en/workspaces.html +++ b/docs/userguide/en/workspaces.html @@ -53,16 +53,22 @@ Change Workspace Count... will open the Screen preferences where you set the number of workspaces and their arrangement (how many rows and columns).

Since the applet is a Replicant, you can resize the window as desired and then drag&drop it by its handle onto the desktop (make sure "Show Replicants" is activated in the Deskbar menu).

-

Switching workspaces

+

+index +Switching workspaces

You switch between workspaces by either clicking into the Workspaces applet or by using the keyboard shortcut ALT Fx, where "x" is the workspace number. It's a good idea to arrange your workspaces in rows of four to mimick the layout of the Fx keys on the keyboard.
Also, clicking on an application or one of its windows in the Deskbar will send you to the workspace it's in.

Another very convenient way is to use CTRL ALT /// to navigate spatially the rows/columns of the available workspaces.

You can switch back and forth between two workspaces with ALT ~ (which, depending on the keymap you're using, is the key below ESC, which you have to hit twice to get a ~).

-

Moving windows between workspaces

+

+index +Moving windows between workspaces

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

-

Special functionality

+

+index +Special functionality

The Workspaces applet provides some additional functionality when clicking on a window while holding certain modifier keys: diff --git a/docs/userguide/images/apps-images/magnify.png b/docs/userguide/images/apps-images/magnify.png deleted file mode 100644 index 83418c4abfa96acc185adccfdf77115c2f48b07d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8011 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 diff --git a/docs/userguide/images/up.png b/docs/userguide/images/up.png index 8b5ac7277e86c69723e5d3365b251d9a119023eb..290be918301c4558c85af6ce818b0be5fe10da83 100644 GIT binary patch delta 366 zcmV-!0g?X60{a4giBL{Q4GJ0x0000DNk~Le0000W0000W2m=5B07RsU#sB~S1ZP1_ zK>z@;j|==^1poj5W>8F2MF1fHr_MO0%{Tx5|Md3f_4nt--hQsqORLX6$KQY7?6|Jd zNU_sRtI$F0^3&h#xXIswsm?pA&qAxvKkM<(r_ML5&_c&P--58xOUK`U^Y`cK^3bZ! zJ?iq(>hjU__U7yH(&_Qg14=t=00001bW%=J06^y0W&i*H0b)x>L;#2d9Y~QO7=H(J zNliru*$5dC8Y|`Teop`Z0DehCK~y-)?UKn3gD?z4@e&f!LV>b$r~Ut*tR1fLtx_); zOTNsLov~6?MSqav_j-BwW^!x*rx5`FLv(rI*}|^#JrC4slD0Yz9Mva6z(XF8^+bXQ zXH1xrDb1MBXoOV88@d)XrsRBCcPCgtkr0hT-MH)h;IE&J%eVTyzGa;QIbA0q;{X5v M07*qoM6N<$g7}W9$^ZZW literal 329 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPHVEbxddW?I(3R2di=ni&{={s+=885l|p7#Ln9FfdrnU|pA>)8 z4XD;2z$e7@|Ns9Uq=0iLe>?~3=Fc;Z z*|$^HpjYZR^YwXCQqzsK3h(&ZF5HvruH5g>aX^cqMSepI+a9Oc2YWA_uoaZvd1#(; Zz56yL-OZxyKsy*1JYD@<);T3K0RYHeX`uiB diff --git a/docs/welcome/images/up.png b/docs/welcome/images/up.png index 8b5ac7277e86c69723e5d3365b251d9a119023eb..290be918301c4558c85af6ce818b0be5fe10da83 100644 GIT binary patch delta 366 zcmV-!0g?X60{a4giBL{Q4GJ0x0000DNk~Le0000W0000W2m=5B07RsU#sB~S1ZP1_ zK>z@;j|==^1poj5W>8F2MF1fHr_MO0%{Tx5|Md3f_4nt--hQsqORLX6$KQY7?6|Jd zNU_sRtI$F0^3&h#xXIswsm?pA&qAxvKkM<(r_ML5&_c&P--58xOUK`U^Y`cK^3bZ! zJ?iq(>hjU__U7yH(&_Qg14=t=00001bW%=J06^y0W&i*H0b)x>L;#2d9Y~QO7=H(J zNliru*$5dC8Y|`Teop`Z0DehCK~y-)?UKn3gD?z4@e&f!LV>b$r~Ut*tR1fLtx_); zOTNsLov~6?MSqav_j-BwW^!x*rx5`FLv(rI*}|^#JrC4slD0Yz9Mva6z(XF8^+bXQ zXH1xrDb1MBXoOV88@d)XrsRBCcPCgtkr0hT-MH)h;IE&J%eVTyzGa;QIbA0q;{X5v M07*qoM6N<$g7}W9$^ZZW literal 329 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPHVEbxddW?I(3R2di=ni&{={s+=885l|p7#Ln9FfdrnU|pA>)8 z4XD;2z$e7@|Ns9Uq=0iLe>?~3=Fc;Z z*|$^HpjYZR^YwXCQqzsK3h(&ZF5HvruH5g>aX^cqMSepI+a9Oc2YWA_uoaZvd1#(; Zz56yL-OZxyKsy*1JYD@<);T3K0RYHeX`uiB diff --git a/docs/welcome/welcome.html b/docs/welcome/welcome.html index 5be8cf9f42..512e8c354e 100644 --- a/docs/welcome/welcome.html +++ b/docs/welcome/welcome.html @@ -29,10 +29,13 @@
-

Welcome to Haiku!

+

+Welcome to Haiku!

Thank you very much for checking out Haiku! This is our first public release. We hope to attract new developers to our project and give future users a chance to check out Haiku. We realize that this alpha release does not yet fully live up to the goals that we have set for ourselves and doesn't offer all the features and well-rounded end-user experience planned for the final R1 version. However, we hope that this release lets you discover Haiku's great potential and that you share our excitement.

-

Beware of Bugs

+

+index +Beware of Bugs

We were working very hard to fix all possibly show stopping bugs, however, being an alpha release, there are bound to be plenty left undiscovered.

We discourage using alpha versions as a production system. Your data could very well be altered, mangled or downright destroyed.
@@ -42,14 +45,18 @@
  • Tips for a helpful bug report
  • -

    Getting to know the system

    +

    +index +Getting to know the system

    The first release(s) of Haiku will be very much like the BeOS R5, the operating system it is reimplementing. If you never experienced it, have a look at these links:

    -

    Installing more software

    +

    +index +Installing more software

    Because of our binary and source compatibility, many BeOS applications run on Haiku. After downloading a package, simply unzip it (double clicking opens Expander) to /boot/apps/ and start the application from there.

    An exception are OptionalPackages, which are normally included when building Haiku directly from source. Those can, however, also be downloaded and added to any running Haiku system. The only difference to normal archives: you have to unzip directly to root /.
    @@ -62,7 +69,9 @@
  • OsDrawer hosts native BeOS and Haiku open source software projects
  • -

    Getting to know the API

    +

    +index +Getting to know the API

    Since Haiku is a reimplementation, the API is still the same as for BeOS R5 (with some additions). Therefore the documentation in the BeBook is still a valid resource. Thanks to ACCESS, who own the rights to former Be Inc. property, we are allowed to provide a copy of the BeBook.

    There are additional resources that should help you getting started:

    @@ -73,7 +82,9 @@
  • BeNewsletter Archive
  • -

    Getting in contact

    +

    +index +Getting in contact

    Get in contact with other developers and users and join the discussions on IRC, in our forums or the mailing lists. When many different people come together, rules have to established to keep communication effective. Please respect our Mailing List Etiquette.

    CTRLBrings the the window to the foreground.