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 10:18:57 UTC

svn commit: r1147549 - in /esme/site/trunk: content/docs/install/windows-xp.mdtext content/getting-started.mdtext content/index.mdtext templates/skeleton.html

Author: rhirsch
Date: Sun Jul 17 08:18:57 2011
New Revision: 1147549

URL: http://svn.apache.org/viewvc?rev=1147549&view=rev
Log:
[ESME-351] Move Wiki to CMS

Modified:
    esme/site/trunk/content/docs/install/windows-xp.mdtext
    esme/site/trunk/content/getting-started.mdtext
    esme/site/trunk/content/index.mdtext
    esme/site/trunk/templates/skeleton.html

Modified: esme/site/trunk/content/docs/install/windows-xp.mdtext
URL: http://svn.apache.org/viewvc/esme/site/trunk/content/docs/install/windows-xp.mdtext?rev=1147549&r1=1147548&r2=1147549&view=diff
==============================================================================
--- esme/site/trunk/content/docs/install/windows-xp.mdtext (original)
+++ esme/site/trunk/content/docs/install/windows-xp.mdtext Sun Jul 17 08:18:57 2011
@@ -8,7 +8,7 @@ Check if the JAVA_HOME environment varia
 Start > Control Panel > System > Advanced > Environment Variables
 Under "System variables" you should see a JAVA_HOME entry
 
-If there is such a variable click on "Edit" and check if the path lead to the corresponding JRE 6 path (e.g. C:\Program Files\Java\jre6)
+If there is such a variable click on "Edit" and check if the path lead to the corresponding JRE 6 path (e.g. C:/Program Files/Java/jre6)
 If the variable is missing click on "New", set the "Variable name" to JAVA_HOME and the "Variable value" to the right path (e.g. C:\Program Files\Java\jre6)
 In case you have a proxy for your internet connection you should check the Java network settings
 
@@ -26,11 +26,13 @@ Some environment variables need to be se
 
 Start > Control Panel > System > Advanced > Environment Variables
 Add the following system variables with the corresponding values
+<code>
 Variable: M2_HOME	 Value: <path you've unzipped maven> (e.g. c:\maven)
 Variable: M2	 Value: %M2_HOME%\bin
 Variable: MAVEN_OPTS	 Value: -Xms256m -Xmx512m
+</code> 
 In case you have a proxy for your internet connection you need to change the settings.xml file in the conf directory.
-
+<code>
 <proxies>
    <proxy>
       <active>true</active>
@@ -39,7 +41,7 @@ In case you have a proxy for your intern
       <port>8080</port>
     </proxy>
   </proxies>
-
+</code> 
 On windows, the file can be found at C:\Documents and Settings\<user>\.m2
 
 ## Get the ESME source

Modified: esme/site/trunk/content/getting-started.mdtext
URL: http://svn.apache.org/viewvc/esme/site/trunk/content/getting-started.mdtext?rev=1147549&r1=1147548&r2=1147549&view=diff
==============================================================================
--- esme/site/trunk/content/getting-started.mdtext (original)
+++ esme/site/trunk/content/getting-started.mdtext Sun Jul 17 08:18:57 2011
@@ -1,7 +1,7 @@
 Title: Getting started
 ### Quick start with ESME
 
-1. Go to our [test installation of ESME](http://esmecloudserver.dickhirsch.staxapps.net/index) or [create your *own ESME installation*](/docs/install/esme-installation-guides.html).
+1. Go to our [test installation of ESME](http://esmecloudserverapache.dickhirsch.staxapps.net/) or [create your *own ESME installation*](/docs/install/esme-installation-guides.html).
 1. *Log on* there using your OpenID identifier or  sign up as a new user to test the application.
 1. *Happy social messaging!*
 
@@ -15,13 +15,13 @@ Title: Getting started
 
 ### You are a developer
 
-* You can [check out the ESME source](/index.html)
+* You can [check out the ESME source](http://svn.apache.org/repos/asf/esme/trunk/)
 * You can contribute patches to the ESME Core via [JIRA](https://issues.apache.org/jira/browse/ESME)
 * You can develop your own clients using ESME's [APIs](/docs/apis/api.html)
 * You can collaborate on the [ESME mailing lists](/index.html)
 
 ### You are a potential user
 
-* You can check out our [test installation of ESME](http://esmecloudserver.dickhirsch.staxapps.net/index) 
+* You can check out our [test installation of ESME](http://esmecloudserverapache.dickhirsch.staxapps.net/) 
 * You can [install ESME in your own environment](/docs/install/esme-installation-guides.html)
 

Modified: esme/site/trunk/content/index.mdtext
URL: http://svn.apache.org/viewvc/esme/site/trunk/content/index.mdtext?rev=1147549&r1=1147548&r2=1147549&view=diff
==============================================================================
--- esme/site/trunk/content/index.mdtext (original)
+++ esme/site/trunk/content/index.mdtext Sun Jul 17 08:18:57 2011
@@ -8,7 +8,7 @@ When solving problems, how useful might 
 
 ## How to download ESME
 
-The current release is 1.2. You can download it [here](http://www.apache.org/dyn/closer.cgi?path=/esme) Here are the [changes for this release.](https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+ESME+AND+fixVersion+%3D+%221.2%22+AND+status+%3D+Closed+ORDER+BY+priority+DESC&mode=hide)
+The current release is 1.2 and you can download it [here](http://www.apache.org/dyn/closer.cgi?path=/esme) Here are the [changes for this release.](https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+ESME+AND+fixVersion+%3D+%221.2%22+AND+status+%3D+Closed+ORDER+BY+priority+DESC&mode=hide)
 
 ## How to get involved
 

Modified: esme/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/esme/site/trunk/templates/skeleton.html?rev=1147549&r1=1147548&r2=1147549&view=diff
==============================================================================
--- esme/site/trunk/templates/skeleton.html (original)
+++ esme/site/trunk/templates/skeleton.html Sun Jul 17 08:18:57 2011
@@ -22,7 +22,7 @@
   <link href="/css/esme.css" rel="stylesheet" type="text/css">
   <title>Apache ESME - {% block title %}{{ headers.title }}{% endblock %}</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-  <link rel="icon" type="image/png" href="/images/esme-logo/stanbol-favicon.png"/>
+  <link rel="icon" type="image/png" href="/images/esme-logo/favicon.ico"/>
 </head>
 
 <body>