[Yanel-commits] rev 47426 - in public/yanel/trunk/src/realms/yanel-website/content/getting-started: . unix

michi at wyona.com michi at wyona.com
Wed Feb 3 09:31:39 CET 2010


Author: michi
Date: 2010-02-03 09:31:39 +0100 (Wed, 03 Feb 2010)
New Revision: 47426

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/getting-started/en.xhtml
   public/yanel/trunk/src/realms/yanel-website/content/getting-started/unix/en.xhtml
Log:
Java 1.6 added as requirement

Modified: public/yanel/trunk/src/realms/yanel-website/content/getting-started/en.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/getting-started/en.xhtml	2010-02-03 08:24:35 UTC (rev 47425)
+++ public/yanel/trunk/src/realms/yanel-website/content/getting-started/en.xhtml	2010-02-03 08:31:39 UTC (rev 47426)
@@ -14,46 +14,33 @@
 
 </head>
 
-<body>
-<h1>Getting Started (Windows)<br/></h1>
-<h2>Prerequisites</h2>
-<p>Download and install Java Development Kit version 1.5 or higher (<a href="http://java.sun.com/" target="_blank">http://java.sun.com</a>, e.g. J2SE SDK v 1.5.0_06)</p><p>(NOTE: After installing JDK, do set <a href="http://www.atlassian.com/software/jira/docs/v3.9/java.html">JAVA_HOME</a>)<br/></p>
-<h2>Download Yanel<br/></h2>
-<p>
-Download Yanel <!--either --><a href="../../download/source-repository.html">source code</a><!-- or as <a href="../download.html">binary</a>-->.
-</p>
-<h2>Install Yanel</h2>
+<body>
+<h1>Getting Started (Windows)<br /></h1>
+<h2>Prerequisites</h2>
+<p>Download and install Java Development Kit version 1.6 or higher (e.g. <a href="http://java.sun.com/" target="_blank">http://java.sun.com</a>)</p>
+<p>(NOTE: After installing JDK, do set <a href="http://www.atlassian.com/software/jira/docs/v3.9/java.html">JAVA_HOME</a>)</p>
+<h2>Download Yanel<br /></h2>
+<p>Download Yanel <!--either --><a href="../../../download/source-repository.html">source code</a><!-- or as <a href="../download.html" mce_href="../download.html">binary</a>-->.</p>
+<h2>Install Yanel</h2>
 <!--
-
-<p>
-
-Install the binary:
-
-</p>
-
+<p>Install the binary:</p>
 <ul>
-
 <li>Unpack the zip file</li>
-
 <li>Run install</li>
-
 <li>Startup Yanel</li>
-
 </ul>
-
--->
-<p>
-Install from source:
-</p>
-<ul>
-<li>Start a new Command Shell &quot;cmd&quot; (Start - &gt; Execute and enter &quot;cmd&quot;)<br/></li><li>Change into Yanel source directory (e.g. cd C:\....\yanel-trunk)</li><li>Run script &quot;configure.bat&quot;</li>
-<li>Run script &quot;build.bat&quot;</li>
-<li>Run script &quot;yanel.bat start&quot; (or &quot;start-yanel.bat&quot;) to start Yanel as a server<br/></li><li>(Run script &quot;yanel.bat stop&quot; (or &quot;stop-yanel.bat&quot;) to stop Yanel as a server)</li>
-</ul>
-<h2>Use Yanel</h2>
-<p>Start your prefered Browser,  enter the URL http://localhost:8080/yanel/ and start using Yanel either as author, integrator or developer.
-</p>
-<p>
-To edit pages served by Yanel one should install <a href="http://www.yulup.org">Yulup</a>.
-</p></body>
+-->
+<p>Install from source:</p>
+<ul>
+<li>Start a new Command Shell "cmd" (Start - &gt; Execute and enter "cmd")</li>
+<li>Change into Yanel source directory (e.g. cd C:\....\yanel-trunk)</li>
+<li>Run script "configure.bat"</li>
+<li>Run script "build.bat"</li>
+<li>Run script "yanel.bat start" (or "start-yanel.bat") to start Yanel as a server</li>
+<li>(Run script "yanel.bat stop" (or "stop-yanel.bat") to stop Yanel as a server)</li>
+</ul>
+<h2>Use Yanel</h2>
+<p>Start your prefered Browser, enter the URL http://localhost:8080/yanel/ and start using Yanel either as author, integrator or developer.</p>
+<p>To edit pages served by Yanel one can also use third-party editing tools such as for example <a href="http://www.yulup.org">Yulup</a>.</p>
+</body>
 </html>
\ No newline at end of file

Modified: public/yanel/trunk/src/realms/yanel-website/content/getting-started/unix/en.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/getting-started/unix/en.xhtml	2010-02-03 08:24:35 UTC (rev 47425)
+++ public/yanel/trunk/src/realms/yanel-website/content/getting-started/unix/en.xhtml	2010-02-03 08:31:39 UTC (rev 47426)
@@ -38,7 +38,7 @@
 <li>(Run script "./yanel.sh stop" to stop Yanel as a server)</li>
 </ul>
 <h2>Use Yanel</h2>
-<p>Start your prefered Browser,&#172;&#8224; enter the URL http://localhost:8080/yanel/ and start using Yanel either as author, integrator or developer.</p>
-<p>To edit pages served by Yanel one can also use third-party editors such as for example <a href="http://www.yulup.org">Yulup</a>.</p>
+<p>Start your prefered Browser, enter the URL http://localhost:8080/yanel/ and start using Yanel either as author, integrator or developer.</p>
+<p>To edit pages served by Yanel one can also use third-party editing tools such as for example <a href="http://www.yulup.org">Yulup</a>.</p>
 </body>
 </html>
\ No newline at end of file



More information about the Yanel-commits mailing list