[Yanel-commits] rev 21349 - public/yanel/trunk/src/realms/yanel-website/content/getting-started

michi at wyona.com michi at wyona.com
Wed Jan 3 10:44:47 CET 2007


Author: michi
Date: 2007-01-03 10:44:46 +0100 (Wed, 03 Jan 2007)
New Revision: 21349

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/getting-started/en.xhtml
Log:
how to install patch tool for Windows

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	2007-01-03 09:43:57 UTC (rev 21348)
+++ public/yanel/trunk/src/realms/yanel-website/content/getting-started/en.xhtml	2007-01-03 09:44:46 UTC (rev 21349)
@@ -1,52 +1,118 @@
-<?xml version="1.0"?>
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-  <title>Getting Started</title>
-</head>
-<body>
-<h1>Getting Started</h1>
-
-<h2>Prerequisites</h2>
-<p>
-Java Development Kit version 1.4.2 or higher (<a target="_blank" href="http://java.sun.com">http://java.sun.com</a>, e.g. J2SE SDK v 1.4.2_12)
-</p>
-
-<h2>Download Yanel</h2>
-<p>
-Download Yanel <!--either -->as <a href="../download/source-repository.html">source</a><!-- or as <a href="../download.html">binary</a>-->.
-</p>
-
-<h2>Install Yanel</h2>
-<!--
-<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>configure</li>
-<li>build</li>
-<li>yanel (start/stop)</li>
-</ul>
-
-
-<h2>Use Yanel</h2>
-<p>
-Browse to http://127.0.0.1:8080/yanel/ and use 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>
-</html>
+<?xml version="1.0"?>
+
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+
+  <title>Getting Started</title>
+
+</head>
+
+<body>
+
+<h1>Getting Started</h1>
+
+
+
+<h2>Prerequisites</h2>
+
+<p>
+
+Java Development Kit version 1.4.2 or higher (<a target="_blank" href="http://java.sun.com">http://java.sun.com</a>, e.g. J2SE SDK v 1.4.2_12)
+
+</p>
+
+
+
+<h2>Download Yanel</h2>
+
+<p>
+
+Download Yanel <!--either -->as <a href="../download/source-repository.html">source</a><!-- or as <a href="../download.html">binary</a>-->.
+
+</p>
+
+
+
+<h2>Install Yanel</h2>
+
+<!--
+
+<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>configure</li>
+
+<li>build</li>
+
+<li>yanel (start/stop)</li>
+
+</ul>
+
+
+
+
+
+<h2>Use Yanel</h2>
+
+<p>
+
+Browse to http://127.0.0.1:8080/yanel/ and use 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>
+
+
+
+<h2>Patch Yanel</h2>
+
+<p>
+<ul>
+
+<li>Download patch exec for <a href="http://gnuwin32.sourceforge.net/packages/patch.htm">Windows</a></li>
+<li>start -> Control Panel -> System -> Advanced -> Environment Variables -> Edit Use Variable Path (...;C:\Program Files\GnuWin32\bin</li>
+<li>start -> Run -> cmd -> patch --help</li>
+</ul>
+
+</p>
+
+</body>
+
+</html>
+




More information about the Yanel-commits mailing list