You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by bu...@apache.org on 2012/07/26 19:31:41 UTC

svn commit: r827071 - in /websites/staging/vcl/trunk/content: ./ documentation/connectmethods.html

Author: buildbot
Date: Thu Jul 26 17:31:40 2012
New Revision: 827071

Log:
Staging update by buildbot for vcl

Modified:
    websites/staging/vcl/trunk/content/   (props changed)
    websites/staging/vcl/trunk/content/documentation/connectmethods.html

Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 26 17:31:40 2012
@@ -1 +1 @@
-1366092
+1366097

Modified: websites/staging/vcl/trunk/content/documentation/connectmethods.html
==============================================================================
--- websites/staging/vcl/trunk/content/documentation/connectmethods.html (original)
+++ websites/staging/vcl/trunk/content/documentation/connectmethods.html Thu Jul 26 17:31:40 2012
@@ -182,16 +182,17 @@ the image.</p>
 <tr align="center"><td>4</td><td>VNC</td><td>VNC on port 5900</td><td>TCP</td><td>5900</td><td>(listed below)</td><td>Xvnc</td><td>/etc/init.d/vncserver start</td></tr>
 </table></p>
 <p>This could be used as the connecttext:</p>
-<blockquote>
-<p>You will need to have a VNC client on your local computer to connect to the system. 
-Open your VNC client and use the following information when you are ready to connect:<br>
-&lt;UL&gt;<br>
-&lt;LI&gt;&lt;b&gt;Remote Computer&lt;/b&gt;: #connectIP#&lt;/LI&gt;<br>
-&lt;LI&gt;&lt;b&gt;Remote Port&lt;/b&gt;: #connectport#&lt;/LI&gt;<br>
-&lt;LI&gt;&lt;b&gt;User ID&lt;/b&gt;: #userid#&lt;/LI&gt;<br>
-&lt;LI&gt;&lt;b&gt;Password&lt;/b&gt;: #password#&lt;/LI&gt;<br>
-&lt;/UL&gt;</p>
-</blockquote>
+<div class="codehilite"><pre>You will need to have a VNC client on your local computer to connect to the system. 
+Open your VNC client and use the following information when you are ready to connect:&lt;br&gt;
+&lt;UL&gt;&lt;br&gt;
+&lt;LI&gt;&lt;b&gt;Remote Computer&lt;/b&gt;: #connectIP#&lt;/LI&gt;&lt;br&gt;
+&lt;LI&gt;&lt;b&gt;Remote Port&lt;/b&gt;: #connectport#&lt;/LI&gt;;&lt;br&gt;
+&lt;LI&gt;&lt;b&gt;User ID&lt;/b&gt;: #userid#&lt;/LI&gt;&lt;br&gt;
+&lt;LI&gt;&lt;b&gt;Password&lt;/b&gt;: #password#&lt;/LI&gt;&lt;br&gt;
+&lt;/UL&gt;
+</pre></div>
+
+
 <p>Next, we create an entry in the connectmethodmap table that allows VNC to be selected
 for any Linux images, but not as an autoprovisioned method (note that this only <strong>allows</strong> it to be selected, it does not
 actually assign it to be selected for anything):</p>
@@ -213,15 +214,16 @@ it as enabled for the OS type Fedora 16.
 <tr align="center"><td>5</td><td>xRDP</td><td>xRDP</td><td>TCP</td><td>3389</td><td>(listed below)</td><td>xrdp</td><td>/etc/init.d/xrdp start</td></tr>
 </table></p>
 <p>This could be used as the connecttext:</p>
-<blockquote>
-<p>You will need to have an RDP client to connect to the system. 
-Open your RDP client and use the following information when you are ready to connect:<br>
-&lt;UL&gt;<br>
-&lt;LI&gt;&lt;b&gt;Remote Computer&lt;/b&gt;: #connectIP#&lt;/LI&gt;<br>
-&lt;LI&gt;&lt;b&gt;User ID&lt;/b&gt;: #userid#&lt;/LI&gt;<br>
-&lt;LI&gt;&lt;b&gt;Password&lt;/b&gt;: #password#&lt;/LI&gt;<br>
-&lt;/UL&gt;</p>
-</blockquote>
+<div class="codehilite"><pre>You will need to have an RDP client to connect to the system. 
+Open your RDP client and use the following information when you are ready to connect:&lt;br&gt;
+&lt;UL&gt;&lt;br&gt;
+&lt;LI&gt;&lt;b&gt;Remote Computer&lt;/b&gt;: #connectIP#&lt;/LI&gt;&lt;br&gt;
+&lt;LI&gt;&lt;b&gt;User ID&lt;/b&gt;: #userid#&lt;/LI&gt;&lt;br&gt;
+&lt;LI&gt;&lt;b&gt;Password&lt;/b&gt;: #password#&lt;/LI&gt;&lt;br&gt;
+&lt;/UL&gt;
+</pre></div>
+
+
 <p>Next, we create an entry in the connectmethodmap table that allows xRDP to be selected
 for any Linux images, and another entry that enables it for all Fedora 16 images.</p>
 <table>