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

michi at wyona.com michi at wyona.com
Fri Mar 14 15:16:59 CET 2008


Author: michi
Date: 2008-03-14 15:16:59 +0100 (Fri, 14 Mar 2008)
New Revision: 33425

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
   public/yanel/trunk/src/realms/yanel-website/content/principles.xhtml
Log:
links fixed

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2008-03-14 14:16:27 UTC (rev 33424)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2008-03-14 14:16:59 UTC (rev 33425)
@@ -57,14 +57,9 @@
 </ul>
 </li>
 <li>Yanel Configuration</li><ul><li>conf/yanel.xml</li><li>conf/realms.xml</li><li>conf/resource-types.xml</li><li>conf/spring-yanel-config.xml</li><li>conf/log4j.properties</li><li>conf/CatalogManager.properties (Resolving DTDs, etc.)</li></ul>
-<li>Debugging <br/></li><ul><li>See log files</li><ul><li>Source version: tail -f YANEL_SOURCE/build/logs/*<br/></li><li>Binary version: tail -f webapps/yanel/WEB-INF/classes/logs/*</li></ul></ul><ul><li>Client-Server Communication
-  <ul>
-   <li>java -classpath axis-1_4/lib/axis.jar org.apache.axis.utils.tcpmon</li><li>sudo ngrep -d eth0 &quot;&quot; &quot;port 8080&quot;</li>
-  </ul>
-</li></ul>
-<li>Versioned API</li><li><a href="yanel-toolbar.html">Yanel Toolbar Customization</a></li>
+<li><a href="debugging.html">Debugging</a><br/></li><li><a href="yanel-toolbar.html">Yanel Toolbar Customization</a></li>
 <!-- TODO: Javadoc should be sub-realm of yanel website! -->
-<li><a href="../../javadoc/index.html">Javadoc</a> (To generate the Javadoc run <i>./build.sh javadoc</i> resp. <i>build javadoc</i>)</li>
+<li><a href="../../javadoc/index.html">Javadoc</a> (To generate the Javadoc run <i>./build.sh javadoc</i> resp. <i>build javadoc</i>)</li><ul><li>Versioned API</li></ul>
 <li>Deployment
 <ul>
     <li><a href="deployment/deployment_all_in_one.html">All In One</a></li><li><a href="deployment/deployment-static.html">Serving Content Statically</a></li><li><a href="deployment/deployment-enterprise.html">Enterprise</a> (including Load-Balancer and Tomcat Cluster)<br/></li>
@@ -74,7 +69,7 @@
 </li>
     <li><a href="i18n.html">Yanel and i18n</a></li>
     <li><a href="jmeter.html">JMeter</a></li>
-    <li><a href="testing-framework.html">Yanel Testing Framework</a></li>
+    <li><a href="testing-framework.html">Yanel Testing Framework</a></li><li>Misc</li><ul><li><a shape="rect" href="misc/scalability.html">Scalability</a></li><li><a shape="rect" href="misc/performance.html">Performance</a></li></ul>
 </ul>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: public/yanel/trunk/src/realms/yanel-website/content/principles.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/principles.xhtml	2008-03-14 14:16:27 UTC (rev 33424)
+++ public/yanel/trunk/src/realms/yanel-website/content/principles.xhtml	2008-03-14 14:16:59 UTC (rev 33425)
@@ -7,13 +7,13 @@
   <title>Declaration of Principles</title>
 </head>
 <body>
-<h1>Declaration of Principles</h1>
+<h1>Declaration of Principles</h1><br/>We are using the following principles to guarantee the greatest long-term experience for people/companies using Yanel.
 <p>
 </p><ul>
   <li>Eat our own dogfood</li>
   <li><a href="http://public.cruisecontrol.wyona.com/">Continuous Integration</a> and <a href="http://continuous-integration.yanel.wyona.org/test/testing-times.html">Testing</a></li>
-  <li>Performance (related: <a href="http://wiki.apache.org/cocoon-data/attachments/GT2006Notes/attachments/10-caching.pdf">Caching</a>)<br/></li>
-  <li>Scalability</li>
+  <li><a href="en/documentation/misc/performance.html" shape="rect">Performance</a> (related: <a href="http://wiki.apache.org/cocoon-data/attachments/GT2006Notes/attachments/10-caching.pdf">Caching</a>)<br/></li>
+  <li><a href="en/documentation/misc/scalability.html" shape="rect">Scalability</a></li>
   <li>Redundancy/Clusterable</li>
   <li>Forward and Backwards Compatibility
 <!--
@@ -28,13 +28,13 @@
   <li>Out-of-box usage (minimal setup)</li>
   <li>Package/Dependency manager</li>
   <li>Upgradeability</li>
-  <li>Security</li>
-  <li>I18n/Localization</li>
+  <li><a href="en/documentation/security/overview.html">Security</a></li>
+  <li><a href="en/documentation/i18n.html">I18n/Localization</a></li>
   <li>Integrated Documentation</li>
-  <li>Logging/Debugging during production</li>
+  <li><a href="debugging.html">Logging/Debugging during production</a></li>
   <li>Rapid prototyping/development</li>
   <li>Component based/Modularity</li>
-  <li>Release Planning/Roadmap/Predictability</li><li>Offline</li><li>Watching and Listening to the user</li>
+  <li>Release Planning/<a href="roadmap.html">Roadmap</a>/Predictability</li><li>Offline</li><li>Watching and <a href="mailing-lists.html">Listening</a> to the user</li>
 </ul>
 </body>
 </html>
\ No newline at end of file



More information about the Yanel-commits mailing list