From: Christian Pulvermacher Date: Tue, 1 May 2012 13:01:05 +0000 (+0200) Subject: Update web page X-Git-Url: http://git.maemo.org/git/?p=presencevnc;a=commitdiff_plain;h=ade85e5cabbb44f472ea35a65c51f5a8cd90c2b4 Update web page --- diff --git a/www/clean.css b/www/clean.css index 82e0588..2a2511b 100644 --- a/www/clean.css +++ b/www/clean.css @@ -35,8 +35,13 @@ em { color: #c00; } img { + margin: 1em; + float: right; border: none; } +h3 { + clear: right; +} fieldset { padding: 5px; border: 1px solid #AAA; @@ -47,13 +52,18 @@ samp, .red { #footer { border: 1px solid #AAA; text-align: center; + clear: both; } dl dt { font-weight: bold; + font-size: 0.9em; background-color: #EEE; } dl dd { } +p { + margin-left: 10px; +} pre { background-color: #EEE; border: 1px solid #AAA; @@ -69,6 +79,10 @@ pre { list-style-type: none; margin: 10px; } +.menu li { + margin-top: 0.3em; + margin-bottom: 0.3em; +} input, textarea { margin: 3px; } diff --git a/www/connecting.png b/www/connecting.png index bed5380..3be337a 100644 Binary files a/www/connecting.png and b/www/connecting.png differ diff --git a/www/index.html b/www/index.html index 5f09273..b38c5d0 100644 --- a/www/index.html +++ b/www/index.html @@ -22,18 +22,29 @@

Features

+

Presence VNC main window, portrait mode

+

Download

-Presence VNC can be installed from Maemo Extras, older versions and source code are available from the project filelist. +Presence VNC for Nokia N900 can be installed from Maemo Extras, older versions and source code are available from the project filelist. +The current development version is accessible through a git repository: +

+
+git clone https://vcs.maemo.org/git/presencevnc
+
+ +

+A port for the Nokia N9 can be found in this thread. +

@@ -57,9 +68,14 @@ You can specify the port to listen on after clicking the Listen Servers that support this feature include x11vnc (-connect), RealVNC and TightVNC (right-click on icon -> "Add New Client").

+

Please note that all data transferred using VNC (except your password) is unencrypted. That means your session could be viewed/recorded and even taken over by someone else on your network. To prevent this, you can use SSH or VPN to create an encrypted tunnel for your VNC connection. (HOWTO (SSH, Linux))

+

When the View only option is selected, no mouse or keyboard events will be sent to the server. +In this mode, you can also use the cursor keys on the keyboard to scroll the viewport. +

+

Main window

Presence VNC main window, 100% zoom

@@ -114,13 +130,28 @@ To leave fullscreen mode, press the button in the lower right corner (visible fo Default: on +

Command line options

+

+Connections can also be initiated from the command line. An overview of the syntax and available options can be displayed using the --help switch: +

- +
+Usage: ./presencevnc [options] [URL [quality]]
+
+Options:
+ --help            Print this text and exit.
+ --listen [port]   Listen for incoming connections on given port, or 5500 if omitted. Cannot be used with an URL.
+ --viewonly        Don't send mouse/keyboard input to remote desktop. This is only useful if you also supply a URL, or --listen.
+
+URLs:
+ vnc://:password@server:display
+
+ Password and display can be omitted, e.g. vnc://server is a valid URL.
+ Optionally, you can define the quality as a second argument (1-3, where 1 is the best). Default is 2.
+
- + diff --git a/www/main_100.png b/www/main_100.png index b93b821..736cf74 100644 Binary files a/www/main_100.png and b/www/main_100.png differ diff --git a/www/portrait.png b/www/portrait.png new file mode 100644 index 0000000..1e4badf Binary files /dev/null and b/www/portrait.png differ