From 358e9381eaf4e038dd0936752f6eef3bd31130e0 Mon Sep 17 00:00:00 2001
From: Joachim Seemer At the top you'll find the size and magnification level of the area. "32 x 32 @ 8 pixels/pixel" means that you look at a 32x32 pixel square around your mouse pointer and every pixel is enlarged by a factor of 8. Below that is the color of the pixel that's marked by a red outline. Its color is presented as RGB and hex value. To measure distances and align objects, you can add up to two blue crosshairs with ALT+H. 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. To measure distances and align objects, you can add up to two blue crosshairs with ALT H. 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. You can move the mouse pointer pixel by pixel with AltGr CURSOR keys. Clicking on the drop-down menu gives you a number of options: Install all needed packages: Create the Haiku development directories and get the Haiku build tools source: Create the Haiku development directories and get the Haiku build tools source.: Either as anonymous check-out: Or, if you have a valid Haiku developer account at Berlios: Build and install the Haiku Jam: Get the Haiku source (this will take a while).
-You can move the red outline with CURSOR.
+You can move the red outline with the CURSOR keys.
They can also be moved with the CURSOR keys. The active crosshair is marked with an "x".ALT - Shrinks the magnified area around the mouse pointer. ALT + Enlarges the magnified area around the mouse pointer.
-ALT , Lowers magnification.
+ ALT . Increases magnification.
diff --git a/docs/userguide/en/installation/install-source-linux.html b/docs/userguide/en/installation/install-source-linux.html
index 414da255ce..bf87dd5a81 100644
--- a/docs/userguide/en/installation/install-source-linux.html
+++ b/docs/userguide/en/installation/install-source-linux.html
@@ -42,12 +42,15 @@
ALT . Increases magnification. sudo apt-get install subversion autoconf automake texinfo flex bison gawk build-essential yasm
mkdir develop
cd develop
mkdir haiku
-cd haiku
-svn checkout svn://svn.berlios.de/haiku/buildtools/trunk buildtools
svn checkout svn://svn.berlios.de/haiku/buildtools/trunk buildtools
+svn checkout https://developername@svn.berlios.de/svnroot/repos/haiku/buildtools/trunk buildtools
cd buildtools/jam
@@ -56,9 +59,9 @@ sudo ./jam0 install
cd ../..
-For anonymous check-out:
svn checkout http://svn.berlios.de/svnroot/repos/haiku/haiku/trunk trunk-
If you have a valid Haiku developer account at Berlios:
+Or, if you have a valid Haiku developer account at Berlios:
svn checkout https://developername@svn.berlios.de/svnroot/repos/haiku/haiku/trunk trunk
If there are any errors while checking out the source, just cd into the trunk directory and type svn update to get any missed files.