You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by bu...@apache.org on 2011/07/17 17:10:00 UTC

svn commit: r792927 - /websites/staging/esme/trunk/content/docs/clients/adobe-air.html

Author: buildbot
Date: Sun Jul 17 15:09:59 2011
New Revision: 792927

Log:
Staging update by buildbot

Modified:
    websites/staging/esme/trunk/content/docs/clients/adobe-air.html

Modified: websites/staging/esme/trunk/content/docs/clients/adobe-air.html
==============================================================================
--- websites/staging/esme/trunk/content/docs/clients/adobe-air.html (original)
+++ websites/staging/esme/trunk/content/docs/clients/adobe-air.html Sun Jul 17 15:09:59 2011
@@ -50,7 +50,66 @@
 
   <div id="content">
     <h1 class="title">Adobe Air</h1>
-    
+    <p><em>Name</em>: Adobe Air Client</p>
+<p><em>Description</em>: This client was one of the first clients to be developed for
+ESME</p>
+<p><em>Status</em>: Alpha</p>
+<p><em>Download:</em> You can <a href="http://esmeproject.googlecode.com/files/ESMEDesktop_v0.012.air">download the client </a>
+from the ESME Google Group.</p>
+<p><a name="AdobeAir-Screenshots"></a></p>
+<h2 id="screenshots">Screenshots</h2>
+<p><a name="AdobeAir-Code"></a></p>
+<h2 id="code">Code</h2>
+<p>Geting started with ESME Air Client development: Please watch this 5 min
+screencast <a href="http://screencast.com/t/DGKsxpJxN8">http://screencast.com/t/DGKsxpJxN8</a></p>
+<p>The <a href="http://code.google.com/p/esmeproject/source/browse/#svn/trunk/esme-air">source code </a>
+is available on the ESME Google Code group.</p>
+<p><a name="AdobeAir-Help"></a></p>
+<h2 id="help">Help</h2>
+<p>Open</p>
+<h2 id="details">Details</h2>
+<ul>
+<li>The client requires that you use a token to access ESME</li>
+</ul>
+<p><a name="AdobeAir-Supportingmaterials"></a></p>
+<h2 id="supporting_materials">Supporting materials</h2>
+<p><a name="AdobeAir-Installation"></a></p>
+<h4 id="installation">Installation</h4>
+<p>Download and Install the latest Adobe AIR runtime from <a href="http://get.adobe.com/air/">http://get.adobe.com/air/</a>
+Download the latest released version of ESMEDesktop.air from <a href="http://code.google.com/p/esmeproject/downloads/list">http://code.google.com/p/esmeproject/downloads/list</a>
+Follow the installation wizard to Install</p>
+<p><a name="AdobeAir-Configuration"></a></p>
+<h4 id="configuration">Configuration</h4>
+<p><em>How to configure the ESME server ESME Desktop connects to ..</em></p>
+<p>By default ESME Desktop connects to the ESME instance running at <a href="http://www.esme.us">http://www.esme.us</a>
+, but if you are running your own instance of the server, you will need to
+change the server that ESME Desktop connects to .. here's how ..</p>
+<p>This setting is stored in your application storage directory in a file
+called preferences.xml ... the application storage directory path varies
+based on your operating system and your username</p>
+<p><em>MacOS:</em></p>
+<p>/Users/username/Library/Preferences/ESMEDesktop.05D8320A56ED876B4DC203B7387C89522DDC092F.1/Local
+Store/preferences.xml The GUID in the path may vary.</p>
+<p><em>Windows:</em></p>
+<p>C:Documents and SettingsusernameApplication
+DataESMEDesktop.05D8320A56ED876B4DC203B7387C89522DDC092F.1Local
+Storepreferences.xml</p>
+<p>If the file does not exist create preferences.xml and drop in the following
+xml and save .. <preferences> <preference name="ESME_APISERVER"
+value="http://api.esme.us/esme/api/"/> <preference name="ESME_SERVER"
+value="http://www.esme.us/esme/"/> </preferences>
+If the file exists then edit the values to your server urls. The new
+setting will be picked up the next time you start ESME Desktop.</p>
+<p><strong>How to configure the client if you are using a different ESME server</strong></p>
+<p>An example preferences file. The value for <em>token</em> is from the Manage</p>
+<div class="codehilite"><pre>Tokens link, after you log in via the web.
+
+<span class="nt">&lt;preferences&gt;</span><span class="ni">&amp;nbsp;</span>
+<span class="nt">&lt;preference</span> <span class="na">name=</span><span class="s">&quot;ESME_APISERVER&quot;</span>    <span class="na">value=</span><span class="s">&quot;http://api.esme.us/esme/api/&quot;</span><span class="nt">/&gt;</span><span class="ni">&amp;nbsp;</span>
+<span class="nt">&lt;preference</span> <span class="na">name=</span><span class="s">&quot;ESME_SERVER&quot;</span>     <span class="na">value=</span><span class="s">&quot;http://www.esme.us/esme/&quot;</span><span class="nt">/&gt;</span><span class="ni">&amp;nbsp;</span>
+<span class="nt">&lt;preference</span> <span class="na">name=</span><span class="s">&quot;token&quot;</span>     <span class="na">value=</span><span class="s">&quot;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&quot;</span><span class="nt">/&gt;</span><span class="ni">&amp;nbsp;</span>
+<span class="nt">&lt;/preferences&gt;</span>
+</pre></div>
   </div>
 
   <div id="footer">