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

michi at wyona.com michi at wyona.com
Fri Jan 19 16:39:20 CET 2007


Author: michi
Date: 2007-01-19 16:39:19 +0100 (Fri, 19 Jan 2007)
New Revision: 21933

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/f5e0449f-a9df-41e2-bf9f-118b43a5e29a
Log:
usp improved

Modified: public/yanel/trunk/src/realms/yanel-website/content/f5e0449f-a9df-41e2-bf9f-118b43a5e29a
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/f5e0449f-a9df-41e2-bf9f-118b43a5e29a	2007-01-19 14:51:46 UTC (rev 21932)
+++ public/yanel/trunk/src/realms/yanel-website/content/f5e0449f-a9df-41e2-bf9f-118b43a5e29a	2007-01-19 15:39:19 UTC (rev 21933)
@@ -1,24 +1,32 @@
-<?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>Unique Selling Proposition</title>
-</head>
+<?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>Unique Selling Proposition</title>
+
+</head>
+
 <body>
 <h3>Unique Selling Proposition</h3>
 <h3>Main Features</h3>
 <p>
 </p><ul>
-  <li>Resource Framework with <a href="../javadoc/org/wyona/yanel/core/api/attributes/package-summary.html">versioned published interfaces</a> which allow continuous development and integration<br/></li>
-  <li>Supports the <a href="http://neutron.wyona.org">Neutron protocol</a>, <a href="http://bitworking.org/projects/atom/">Atom Publishing Protocol</a> and <a href="http://www.webdav.org">WebDAV</a></li>
-  <li><a href="http://svn.wyona.com/repos/public/tomcat-cluster/">Clusterable<br/></a></li>
-  <li>Arbitrary Content Repositories (e.g. File System, Subversion, Relational DB, ...)<br/></li>
-  <li>Separation of Content and Layout</li>
-  <li>Multiple Sites</li>
-  <li>Reverse Proxy Support</li>
-  <li>Cross-Platform (Continuously tested on Linux, Mac OS X, Windows)</li>
+  <li>Resource Framework with <a href="../javadoc/org/wyona/yanel/core/api/attributes/package-summary.html">versioned published interfaces</a> which allow continuous development and integration. Therefore Yanel is backwards and forwards compatible at any time.<br/></li>
+  <li>Yanel cleanly separates the user interface from the server side application by using various independent protocols such as <a href="http://neutron.wyona.org/">Neutron protocol</a>, <a href="http://bitworking.org/projects/atom/">Atom Publishing Protocol</a> and <a href="http://www.webdav.org/">WebDAV</a>. This architecture allows people to use clients of their own choice (OOo, Yulup, Sunbird, etc.).<br/></li>
+  <li>Yanel is <a href="http://svn.wyona.com/repos/public/tomcat-cluster/">clusterable</a>. Therefore maintenance can be done during production. Also scalability and performance won't be an issue as the system can be extended easily.<br/></li>
+  <li>Yanel has a clean data abstraction layer implemented and hence allows access to arbitrary content repositories (e.g. File System, Subversion, Relational DB, XML DB, ...). Integration into existing enviroments will be easy and there won't be any lock-in regarding data.<br/></li>
+  <li>Separation of Content and Layout by using XSLT and arbitrary templating frameworks has the advantage of being able to interpret and modify them independently of each other.<br/></li>
+  <li>Multiple Sites can be nested arbitrarily. <br/></li>
+  <li>Reverse Proxy Support gives great flexibility regarding operational processes.<br/></li>
+  <li>Cross-Platform (Continuously tested on Linux, Mac OS X, Windows).</li>
 </ul>
 </body>
-</html>
+</html>
\ No newline at end of file




More information about the Yanel-commits mailing list