Update web page master
authorChristian Pulvermacher <pulvermacher@gmx.de>
Tue, 1 May 2012 13:01:05 +0000 (15:01 +0200)
committerChristian Pulvermacher <pulvermacher@gmx.de>
Tue, 1 May 2012 13:01:05 +0000 (15:01 +0200)
www/clean.css
www/connecting.png
www/index.html
www/main_100.png
www/portrait.png [new file with mode: 0644]

index 82e0588..2a2511b 100644 (file)
@@ -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;
 }
index bed5380..3be337a 100644 (file)
Binary files a/www/connecting.png and b/www/connecting.png differ
index 5f09273..b38c5d0 100644 (file)
 \r
 <div class="main">\r
 <h2>Features</h2>\r
+<p><img src="portrait.png" alt="Presence VNC main window, portrait mode" /></p>\r
+\r
 <ul>\r
  <li>Viewport can be dragged around without using scrollbars</li>\r
  <li>Touchpad-like mouse input: Tap the screen for a single click, tap twice for a double click, single tap plus dragging motion to drag objects on the remote desktop</li>\r
- <li>Fit remote desktop to screen</li>\r
- <li>Configurable zoom buttons</li>\r
+ <li>Magnification can be changed via zoom slider (double-click for 1:1)</li>\r
+ <li>Configurable volume buttons</li>\r
  <li>Portrait mode support</li>\r
  <li>Support for server-initiated connections (Listen for Incoming Connections)</li>\r
 </ul>\r
 \r
 <h2>Download</h2>\r
 <p>\r
-Presence VNC can be <a href="http://maemo.org/downloads/product/raw/Maemo5/presencevnc/?get_installfile">installed from Maemo Extras</a>, older versions and source code are available from the <a href="https://garage.maemo.org/frs/?group_id=1831">project filelist</a>.\r
+Presence VNC for <strong>Nokia N900</strong> can be <a href="http://maemo.org/downloads/product/raw/Maemo5/presencevnc/?get_installfile">installed from Maemo Extras</a>, older versions and source code are available from the <a href="https://garage.maemo.org/frs/?group_id=1831">project filelist</a>.\r
+The current development version is accessible through a <a href="https://garage.maemo.org/scm/?group_id=1831">git repository</a>:\r
+</p>\r
+<pre>\r
+git clone https://vcs.maemo.org/git/presencevnc\r
+</pre>\r
+\r
+<p>\r
+A port for the <strong>Nokia N9</strong> can be found <a href="http://talk.maemo.org/showthread.php?p=1194229#post1194229">in this thread</a>.\r
+\r
 </p>\r
 \r
 \r
@@ -57,9 +68,14 @@ You can specify the port to listen on after clicking the <strong>Listen</strong>
 Servers that support this feature include x11vnc (<tt>-connect</tt>), RealVNC and TightVNC (right-click on icon -&gt; "Add New Client").\r
 </p>\r
 \r
+\r
 <p>Please note that all data transferred using VNC (except your password) is <em>unencrypted</em>. That means your session could be viewed/recorded and even taken over by someone else on your network.\r
 To prevent this, you can use <a href="http://en.wikipedia.org/wiki/Secure_Shell">SSH</a> or <a href="http://en.wikipedia.org/wiki/Virtual_private_network">VPN</a> to create an encrypted tunnel for your VNC connection. (<a href="http://wiki.maemo.org/Presencevnc">HOWTO (SSH, Linux)</a>)</p>\r
 \r
+<p>When the <strong>View only</strong> option is selected, no mouse or keyboard events will be sent to the server.\r
+In this mode, you can also use the cursor keys on the keyboard to scroll the viewport.\r
+</p>\r
+\r
 \r
 <h3>Main window</h3>\r
 <p><img src="main_100.png" alt="Presence VNC main window, 100% zoom" /></p>\r
@@ -114,13 +130,28 @@ To leave fullscreen mode, press the button in the lower right corner (visible fo
  Default: on</dd>\r
 </dl>\r
 \r
+<h3>Command line options</h3>\r
+<p>\r
+Connections can also be initiated from the command line. An overview of the syntax and available options can be displayed using the <tt>--help</tt> switch:\r
+</p>\r
 \r
-<!--\r
-<p><img src="main_fit_to_screen.png" alt="Presence VNC main window, lowest zoom level" /></p>\r
--->\r
+<pre>\r
+Usage: ./presencevnc [options] [URL [quality]]\r
+\r
+Options:\r
+ --help            Print this text and exit.\r
+ --listen [port]   Listen for incoming connections on given port, or 5500 if omitted. Cannot be used with an URL.\r
+ --viewonly        Don't send mouse/keyboard input to remote desktop. This is only useful if you also supply a URL, or --listen.\r
+\r
+URLs:\r
+ vnc://:password@server:display\r
+\r
+ Password and display can be omitted, e.g. vnc://server is a valid URL.\r
+ Optionally, you can define the quality as a second argument (1-3, where 1 is the best). Default is 2.\r
+</pre>\r
 \r
 </div>\r
 \r
-<p id="footer">&copy;2010 Christian Pulvermacher</p>\r
+<p id="footer">&copy;2010&ndash;2012 Christian Pulvermacher</p>\r
 </body>\r
 </html>\r
index b93b821..736cf74 100644 (file)
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 (file)
index 0000000..1e4badf
Binary files /dev/null and b/www/portrait.png differ