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

svn commit: r1147565 - /esme/site/trunk/content/docs/install/esme-desktop-client-server-config.mdtext

Author: rhirsch
Date: Sun Jul 17 09:29:19 2011
New Revision: 1147565

URL: http://svn.apache.org/viewvc?rev=1147565&view=rev
Log:
CMS commit to esme by rhirsch

Modified:
    esme/site/trunk/content/docs/install/esme-desktop-client-server-config.mdtext

Modified: esme/site/trunk/content/docs/install/esme-desktop-client-server-config.mdtext
URL: http://svn.apache.org/viewvc/esme/site/trunk/content/docs/install/esme-desktop-client-server-config.mdtext?rev=1147565&r1=1147564&r2=1147565&view=diff
==============================================================================
--- esme/site/trunk/content/docs/install/esme-desktop-client-server-config.mdtext (original)
+++ esme/site/trunk/content/docs/install/esme-desktop-client-server-config.mdtext Sun Jul 17 09:29:19 2011
@@ -1,6 +1,6 @@
 Title: ESME Desktop Client Server Config
 
-# How to configure the ESME server ESME Desktop connects to ..
+## How to configure the ESME server ESME Desktop connects to ..
 
 By default ESME Desktop connects to the ESME instance running at
 http://www.esme.us, but if you are running your own instance of the server,
@@ -11,17 +11,17 @@ This setting is stored in your applicati
 called preferences.xml ... the application storage directory path varies
 based on your operating system and your username
 
-# MacOS:
+## MacOS:
 
 /Users/username/Library/Preferences/ESMEDesktop.05D8320A56ED876B4DC203B7387C89522DDC092F.1/Local
 Store/preferences.xml The GUID in the path may vary.
 
 
-# Windows:
+## Windows:
 
-C:\Documents and Settings\username\Application
-Data\ESMEDesktop.05D8320A56ED876B4DC203B7387C89522DDC092F.1\Local
-Store\preferences.xml
+C:\\Documents and Settings\\username\\Application
+Data\\ESMEDesktop.05D8320A56ED876B4DC203B7387C89522DDC092F.1\\Local
+Store\\preferences.xml
 
 If the file does not exist create preferences.xml and drop in the following
 xml and save .. <preferences> <preference name="ESME_APISERVER"
@@ -31,8 +31,11 @@ If the file exists then edit the values 
 setting will be picked up the next time you start ESME Desktop.
 
 An example preferences file. The value for _token_ is from the Manage
-Tokens link, after you log in via the web. <preferences>
-  <preference name="ESME_APISERVER" value="http://api.esme.us/esme/api/"/>
-  <preference name="ESME_SERVER" value="http://www.esme.us/esme/"/>
-  <preference name="token" value="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"/>
-</preferences>
+Tokens link, after you log in via the web.
+
+     <preferences>
+     <preference name="ESME_APISERVER" value="http://api.esme.us/esme/api/"/>
+     <preference name="ESME_SERVER" value="http://www.esme.us/esme/"/>
+     <preference name="token" value="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"/>
+    </preferences>
+