[Yanel-commits] rev 48927 - public/yanel/trunk/src/realms/yanel-website/content

memo at wyona.com memo at wyona.com
Wed Apr 21 08:21:11 CEST 2010


Author: memo
Date: 2010-04-21 08:21:10 +0200 (Wed, 21 Apr 2010)
New Revision: 48927

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/9fa8fea9-b4d9-4d6e-ba94-610ec2469097
   public/yanel/trunk/src/realms/yanel-website/content/e338c2a5-d9bf-4ebf-a5e3-c383e99b1f84
Log:
documentation about yanel/smtp configuration updated

Modified: public/yanel/trunk/src/realms/yanel-website/content/9fa8fea9-b4d9-4d6e-ba94-610ec2469097
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/9fa8fea9-b4d9-4d6e-ba94-610ec2469097	2010-04-20 18:01:15 UTC (rev 48926)
+++ public/yanel/trunk/src/realms/yanel-website/content/9fa8fea9-b4d9-4d6e-ba94-610ec2469097	2010-04-21 06:21:10 UTC (rev 48927)
@@ -2,8 +2,8 @@
 <h1>E-Mail/SMTP Configuration</h1>
 <p>The default SMTP host and port can be configured within:</p>
 <ul>
-<li>Binary version: WEB-INF/classes/yanel.xml</li>
-<li>Source version: conf/yanel.xml or rather conf/local/local.yanel.xml</li>
+<li>Binary version: <code>WEB-INF/classes/yanel.xml</code> (needs restart of Yanel)</li>
+<li>Source version: <code>conf/yanel.xml or rather conf/local/local.yanel.xml</code> (needs rebuild of Yanel)</li>
 </ul>
-<p>These default settings can be overwritten per resource, e.g. src/contributions/resources/contact-form/src/java/org/wyona/yanel/impl/resources/contactform/ContactResource.java</p>
+<p>These default settings can be overwritten per resource, e.g. <code>src/contributions/resources/contact-form/src/java/org/wyona/yanel/impl/resources/contactform/ContactResource.java</code> (how?)</p>
 </body></html>
\ No newline at end of file

Modified: public/yanel/trunk/src/realms/yanel-website/content/e338c2a5-d9bf-4ebf-a5e3-c383e99b1f84
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/e338c2a5-d9bf-4ebf-a5e3-c383e99b1f84	2010-04-20 18:01:15 UTC (rev 48926)
+++ public/yanel/trunk/src/realms/yanel-website/content/e338c2a5-d9bf-4ebf-a5e3-c383e99b1f84	2010-04-21 06:21:10 UTC (rev 48927)
@@ -1,28 +1,29 @@
-<?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>Configuration of yanel.xml</title>
-  </head>
-  <body>
-    <h1>Configuration of yanel.xml</h1>
-    <h2>Examples</h2>
-    <pre>
-&lt;?xml version="1.0"?>
-
-&lt;yanel xmlns="http://www.wyona.org/yanel/1.0" version="2007061900">
-  
-  &lt;!-- # Realms configuration -->
-  &lt;realms-config src="realms.xml"/>
-  
-  &lt;!-- # ResourceTypes configuration -->
-  &lt;resource-types-config src="resource-types.xml"/>
-  
-  &lt;!-- # Reserved-Prefix configuration -->
-  &lt;reserved-prefix>yanel&lt;/reserved-prefix>
-
-&lt;/yanel>    
-    </pre>
-  </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>Configuration of yanel.xml</title>
+  </head>
+  <body>
+<div class="instructions">
+<h1>Configuration of yanel.xml</h1>
+<h2>Examples</h2>
+<pre>&lt;?xml version="1.0"?&gt;
+
+&lt;yanel xmlns="http://www.wyona.org/yanel/1.0" version="2007061900"&gt;
+  
+  &lt;!-- # Realms configuration --&gt;
+  &lt;realms-config src="realms.xml"/&gt;
+  
+  &lt;!-- # ResourceTypes configuration --&gt;
+  &lt;resource-types-config src="resource-types.xml"/&gt;
+  
+  &lt;!-- # Reserved-Prefix configuration --&gt;
+  &lt;reserved-prefix&gt;yanel&lt;/reserved-prefix&gt;
+<br />  &lt;!-- # Mail server configuration --&gt;<br />  &lt;smtp host="mail.foo.com" port="25"/&gt;<br /><br />&lt;/yanel&gt;</pre>
+<p><strong>Note 1:</strong> Normally, you should edit <code>conf/local/local.yanel.xml</code>, rather than <code>conf/yanel.xml</code>.</p>
+<p><strong>Note 2:</strong> After editing either of these configuration files, Yanel needs to be rebuilt.</p>
+</div>
+</body>
+</html>
\ No newline at end of file



More information about the Yanel-commits mailing list