add website
authorChristian Pulvermacher <pulvermacher@gmx.de>
Sun, 21 Nov 2010 11:45:27 +0000 (12:45 +0100)
committerChristian Pulvermacher <pulvermacher@gmx.de>
Sun, 21 Nov 2010 11:45:27 +0000 (12:45 +0100)
www/clean.css [new file with mode: 0644]
www/connecting.png [new file with mode: 0644]
www/icon.png [new file with mode: 0644]
www/index.html [new file with mode: 0644]
www/main_100.png [new file with mode: 0644]
www/main_fit_to_screen.png [new file with mode: 0644]
www/preferences.png [new file with mode: 0644]

diff --git a/www/clean.css b/www/clean.css
new file mode 100644 (file)
index 0000000..82e0588
--- /dev/null
@@ -0,0 +1,99 @@
+html {
+ background-color: #fff;
+}
+body {
+ color:        #000;
+ font-family: Arial,Sans-Serif;
+ font-size: 1em;
+ background: #fff url("icon.png") no-repeat 10px 0;
+}
+.main {
+ background-color: #fff;
+ margin-left: 150px;
+}
+h1 {
+ margin-bottom: 0;
+ padding-left: 90px;
+}
+#head {
+ margin-top: 0.2em;
+ font-variant: small-caps;
+ font-size: 1.4em;
+ padding-left: 90px;
+ margin-bottom: 40px;
+}
+a{
+ color:        #046;
+}
+a:visited {
+ color:        #555;
+}
+a:hover {
+ text-decoration: underline;
+}
+em {
+ color: #c00;
+}
+img {
+ border: none;
+}
+fieldset {
+ padding: 5px;
+ border: 1px solid #AAA;
+}
+samp, .red {
+ color: #A00;
+}
+#footer {
+ border: 1px solid #AAA;
+ text-align: center;
+}
+dl dt {
+ font-weight: bold;
+ background-color: #EEE;
+}
+dl dd {
+}
+pre {
+ background-color: #EEE;
+ border: 1px solid #AAA;
+ padding: 5px;
+ margin-left: 20px;
+}
+.menu {
+ background-color: #EEE;
+ border: 1px solid #AAA;
+ padding: 5px;
+ width: 100px;
+ float: left;
+ list-style-type: none;
+ margin: 10px;
+}
+input, textarea {
+ margin: 3px;
+}
+label {
+ vertical-align: top;
+}
+.caption {
+ float:        left;
+ width:        101px;
+ display: inline;
+ text-align: right;
+ margin-right: 1em;
+}
+table {
+ border-collapse: collapse;
+}
+th, td {
+ border: 1px solid black;
+}
+tr.e {
+ background: #eee;
+}
+thead tr {
+ background: #ccc;
+}
+var {
+ color: #A00;
+}
diff --git a/www/connecting.png b/www/connecting.png
new file mode 100644 (file)
index 0000000..bed5380
Binary files /dev/null and b/www/connecting.png differ
diff --git a/www/icon.png b/www/icon.png
new file mode 100644 (file)
index 0000000..640a8ba
Binary files /dev/null and b/www/icon.png differ
diff --git a/www/index.html b/www/index.html
new file mode 100644 (file)
index 0000000..b4b9e95
--- /dev/null
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\r
+       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">\r
+<head>\r
+ <title>Presence VNC - A touchscreen friendly VNC client</title>\r
+ <style type="text/css">\r
+  @import "clean.css";\r
+ </style>\r
+</head>\r
+<body>\r
+\r
+<h1>Presence VNC</h1>\r
+<p id="head">A touchscreen friendly VNC client</p>\r
+\r
+<ul class="menu">\r
+ <li><a href="https://garage.maemo.org/projects/presencevnc/">Garage Home</a></li>\r
+ <li><a href="https://garage.maemo.org/tracker/?group_id=1831">Bug Tracker</a></li>\r
+ <li><a href="http://maemo.org/packages/view/presencevnc/">Package Page</a></li>\r
+</ul>\r
+\r
+\r
+<div class="main">\r
+<h2>Features</h2>\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>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
+</p>\r
+\r
+\r
+<h2>Help</h2>\r
+\r
+<!--\r
+<h3>Introduction</h3>\r
+<p>TODO </p>\r
+-->\r
+\r
+<h3>Connecting</h3>\r
+<p><img src="connecting.png" alt="Connect to VNC Server" /></p>\r
+<p>Enter the hostname or IP address of the computer running the VNC server.\r
+You can specify the display number after a colon. (e.g.: <tt>hostname:1</tt>)\r
+If no display is given, 0 will be assumed.</p>\r
+\r
+<p>Pressing the arrow symbol next to the input field will bring up the list of recently used hosts.\r
+Additionally, you can select the <strong>Listen for incoming connections</strong> option to accept a "reverse" connection from the server.\r
+You can specify the port to listen on after clicking the <strong>Listen</strong> button.\r
+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
+<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
+\r
+<h3>Main window</h3>\r
+<p><img src="main_100.png" alt="Presence VNC main window, 100% zoom" /></p>\r
+\r
+<h4>Toolbar</h4>\r
+<dl>\r
+ <dt>...</dt>\r
+ <dd>Shows a menu of various other keys unavailable from hardware/on-screen keyboard. Please note that the modifier keys (<strong>Win</strong> or <strong>Alt</strong>) will stay pressed until you press them a second time in the <strong>...</strong> menu.</dd>\r
+\r
+ <dt>Tab, Esc, PgUp, PgDn, Return</dt>\r
+ <dd>Send Tab, Escape, Page Up, Page Down or Return, respectively.</dd>\r
+\r
+ <dt>On-screen keyboard</dt>\r
+ <dd>Opens the on-screen keyboard (OSK). If the hardware keyboard is open, this button has no effect.<br />\r
+<em>Limitations:</em>\r
+The OSK Return key does not work, please use the toolbar button instead. <!-- You can blame Nokia for this one -->\r
+The Backspace button will only delete text still visible in the OSK, you may need to use its counterpart in the <strong>...</strong> menu or the hardware keyboard.</dd>\r
+\r
+ <dt>Zoom slider</dt>\r
+ <dd>You can change the zoom level by dragging the slider. At its lowest setting (left), the remote display will be resized to fit the available screen space; the highest setting (right) will double the size of the remote display.\r
+Double clicking the slider will set the zoom to 100%.</dd>\r
+\r
+ <dt>Fullscreen</dt>\r
+ <dd>Hides menu and toolbar.\r
+To leave fullscreen mode, press the button in the lower right corner (visible for a few seconds after each mouse/keyboard input).</dd>\r
+</dl>\r
+\r
+<h3>Preferences</h3>\r
+<p><img src="preferences.png" alt="Preferences window" /></p>\r
+<dl>\r
+ <dt>Screen rotation</dt>\r
+ <dd>Wether you want automatic screen rotation when the device is rotated or fixed portrait/landscape mode. Default: Automatic</dd>\r
+\r
+ <dt>Left/Right zoom button</dt>\r
+ <dd>Allows you to assign actions to the zoom/volume buttons of the N900.\r
+ The default actions are left and right click, respectively.</dd>\r
+\r
+ <dt>Disable tapping</dt>\r
+ <dd>If this option is checked, tapping your finger on the displayed remote desktop will not produce mouse clicks.\r
+ You can still click using the zoom/volume buttons (see above).\r
+ This option is off by default.</dd>\r
+\r
+ <dt>Always show local cursor</dt>\r
+ <dd>When enabled, Presence VNC will show a small rectangle to indicate the cursor position.\r
+ This option is especially useful on slow connections (laggy remote cursor).\r
+ Zooming will not affect the size of the local cursor.\r
+ Default: off</dd>\r
+\r
+ <dt>Zoom to cursor</dt>\r
+ <dd>When enabled, zooming will keep the cursor near to the middle of the screen.\r
+ Otherwise, the center of the currently visible area will be kept visible.\r
+ Default: on</dd>\r
+</dl>\r
+\r
+\r
+<!--\r
+<p><img src="main_fit_to_screen.png" alt="Presence VNC main window, lowest zoom level" /></p>\r
+-->\r
+\r
+</div>\r
+\r
+<p id="footer">&copy;2010 Christian Pulvermacher</p>\r
+</body>\r
+</html>\r
diff --git a/www/main_100.png b/www/main_100.png
new file mode 100644 (file)
index 0000000..b93b821
Binary files /dev/null and b/www/main_100.png differ
diff --git a/www/main_fit_to_screen.png b/www/main_fit_to_screen.png
new file mode 100644 (file)
index 0000000..ab24694
Binary files /dev/null and b/www/main_fit_to_screen.png differ
diff --git a/www/preferences.png b/www/preferences.png
new file mode 100644 (file)
index 0000000..6e1bfe1
Binary files /dev/null and b/www/preferences.png differ