[Yanel-commits] rev 22307 - in public/yanel/trunk/src/realms/yanel-website/content: . development

michi at wyona.com michi at wyona.com
Wed Jan 31 14:03:59 CET 2007


Author: michi
Date: 2007-01-31 14:03:57 +0100 (Wed, 31 Jan 2007)
New Revision: 22307

Added:
   public/yanel/trunk/src/realms/yanel-website/content/development/
   public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml
   public/yanel/trunk/src/realms/yanel-website/content/development/index.xhtml
Log:
processes started

Added: public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml	2007-01-31 13:03:41 UTC (rev 22306)
+++ public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml	2007-01-31 13:03:57 UTC (rev 22307)
@@ -0,0 +1,24 @@
+<?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>How to create a patch</title>
+</head>
+<body>
+<h1>How to create a patch</h1>
+
+<h2>Windows</h2>
+<ul>
+<li>Download patch exec for <a href="http://gnuwin32.sourceforge.net/packages/patch.htm">Windows</a></li>
+<li>start -&gt; Control Panel -&gt; System -&gt; Advanced -&gt; Environment Variables -&gt; Edit Use Variable Path (...;C:\Program Files\GnuWin32\bin</li>
+<li>start -&gt; Run -&gt; cmd -&gt; patch --help</li>
+</ul>
+
+<h2>UNIX</h2>
+<ul>
+  <li>svn diff DIRECTORY/FILE > patch.txt</li>
+</ul>
+</body>
+</html>

Added: public/yanel/trunk/src/realms/yanel-website/content/development/index.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/development/index.xhtml	2007-01-31 13:03:41 UTC (rev 22306)
+++ public/yanel/trunk/src/realms/yanel-website/content/development/index.xhtml	2007-01-31 13:03:57 UTC (rev 22307)
@@ -0,0 +1,20 @@
+<?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>Development Processes</title>
+</head>
+<body>
+<h1>Development Processes</h1>
+
+<ul>
+  <li><a href="how-to-create-a-patch.html">How to create a patch</a></li>
+  <li>RTC (Review and Then Commit)</li>
+</ul>
+
+</body>
+</html>




More information about the Yanel-commits mailing list