Author: manolo Date: Thu May 3 11:41:21 2012 New Revision: 1333407 URL: http://svn.apache.org/viewvc?rev=1333407&view=rev Log: update site
Modified: james/site/trunk/www/hupa/demo/index.html james/site/trunk/www/hupa/index.html Modified: james/site/trunk/www/hupa/demo/index.html URL: http://svn.apache.org/viewvc/james/site/trunk/www/hupa/demo/index.html?rev=1333407&r1=1333406&r2=1333407&view=diff ============================================================================== --- james/site/trunk/www/hupa/demo/index.html (original) +++ james/site/trunk/www/hupa/demo/index.html Thu May 3 11:41:21 2012 @@ -6,6 +6,7 @@ <style> body { background: #eee; + font-size: 14px; } * { @@ -27,11 +28,13 @@ h2 { filter: progid : DXImageTransform.Microsoft.Shadow (color='#666666', Direction=135, Strength=1 ); } -.box { +.box .warn { box-shadow: 0 1px 4px grey; border: 1px solid #7FAAFF; border-radius: 5px 5px 5px 5px; overflow: hidden; +} +.box { width: 800px; padding: 30px; left: 50%; @@ -47,6 +50,14 @@ h2 { margin-bottom: 0px; min-height: 50%; } +.warn { + background: -moz-linear-gradient(#fae5b0, #eaeaea); + background: -webkit-linear-gradient(#fae5b0, #eaeaea); + background: -o-linear-gradient(#fae5b0, #eaeaea); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae5b0', endColorstr='#eaeaea',GradientType=0 ); + padding: 10px; + margin-left: -30px; +} img { margin-top: -62px; @@ -55,8 +66,12 @@ img { width: 200px; } -li { - margin-top: 10px; +li, .warn { + margin-top: 10px; +} +p { + margin-top: 5px; + margin-bottom: 0px; } </style> </head> @@ -71,18 +86,18 @@ li { <div class='text box'> <p>You can select one of our demo instances: <ul> - <li><a href=http://james.zones.apache.org/hupa.demo>Hupa in Demo mode</a>: + <li>Hupa in <b>Demo</b> mode: <a href=http://james.zones.apache.org/hupa.demo>http</a>: <ul> <li>Username is set to <b>'demo'</b> and the password is <b>'demo'</b></li> <li>Uses a collection of example messages and stub implementations of IMAP and SMTP servers.</li> - <li>In this instance you can test almost the Hupa features, - but emails you send will never reach the addressee, - they only will be saved in the Sent folder.</li> + <li>In this instance you can test almost the Hupa features, + but emails you send will never reach the addressee, + and message search is not implemented.</li> </ul></li> </li> - <li><a href=http://james.zones.apache.org/hupa.gmail>Hupa for Gmail</a>: + <li>Hupa for <b>Gmail</b>: <a href=https://james.zones.apache.org/hupa.gmail>https</a> | <a href=http://james.zones.apache.org/hupa.gmail>http</a> <ul> <li>It will work with any imap enabled account in gmail.</li> <li>You have to provide a valid gmail username (don't forget @@ -90,8 +105,19 @@ li { <li>Because this instance and gmail servers are far away, and Hupa caching is not enabled, you will notice a latency when using the application.</li> - <li>You can read your real messages and use Hupa to send + <li>You can read your real messages, search them, and use Hupa to reply and send messages to your contacts.</li> + <div class='warn'> + <p>Like any other email client, Hupa needs your password in order to + get a secure session with your credentials from gmail servers. </p> + <p>Hupa uses SSL + channel to comunicate with gmail. </p> + <p>In the same way it is recomended that + you use hupa via https so as the communication between your browser and Hupa + were not compromissed. </p> + <p>Because this is a demo instance we are using a + self-signed certificate.</p> + </div> </ul></li> </ul> @@ -100,3 +126,4 @@ li { </body> </html> + Modified: james/site/trunk/www/hupa/index.html URL: http://svn.apache.org/viewvc/james/site/trunk/www/hupa/index.html?rev=1333407&r1=1333406&r2=1333407&view=diff ============================================================================== --- james/site/trunk/www/hupa/index.html (original) +++ james/site/trunk/www/hupa/index.html Thu May 3 11:41:21 2012 @@ -18,7 +18,7 @@ under the License. --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia at May 2, 2012 --> +<!-- Generated by Apache Maven Doxia at May 3, 2012 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -38,7 +38,7 @@ <script type="text/javascript" src="./js/fancybox/jquery.fancybox-1.3.4.js"></script> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> <meta name="author" content="James Hupa Project Team" /> - <meta name="Date-Revision-yyyymmdd" content="20120502" /> + <meta name="Date-Revision-yyyymmdd" content="20120503" /> <meta http-equiv="Content-Language" content="en" /> <link title="DOAP" rel="meta" type="application/rdf+xml" href="http://james.apache.org//doap_james-project.rdf"/> @@ -78,7 +78,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2012-05-02</span> + <span id="publishDate">Last Published: 2012-05-03</span> </div> <div class="xright"> <a href="../index.html" title="Home">Home</a> | @@ -264,7 +264,7 @@ </div> <div class="section"><h2>Demo<a name="Demo"></a></h2> - <p> There are <a href="demo/index.html">two</a> instances of Hupa running in the ASF infra. One is + <p> There are <a class="externalLink" href="http://james.zones.apache.org/index.html">two</a> instances of Hupa running in the ASF infra. One is configured to use GMail IMAP and SMTP servers, so any gmail account should work. The other one uses a set of messages used to test Hupa with fake imap and smtp servers implementations.