You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2010/04/15 16:03:08 UTC

svn commit: r934415 - in /ofbiz/site: documentation.html download.html index.html

Author: jacopoc
Date: Thu Apr 15 14:03:08 2010
New Revision: 934415

URL: http://svn.apache.org/viewvc?rev=934415&view=rev
Log:
First step in the attempt to better organize the navigation from the OFBiz site pages and the spaces in Confluence: now the "Documentation" link in the nav bar goes to a simple page (to be enhanced) with details and links about the spaces.


Added:
    ofbiz/site/documentation.html   (with props)
Modified:
    ofbiz/site/download.html
    ofbiz/site/index.html

Added: ofbiz/site/documentation.html
URL: http://svn.apache.org/viewvc/ofbiz/site/documentation.html?rev=934415&view=auto
==============================================================================
--- ofbiz/site/documentation.html (added)
+++ ofbiz/site/documentation.html Thu Apr 15 14:03:08 2010
@@ -0,0 +1,107 @@
+<!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" xml:lang="en" lang="en">
+
+<head>
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+    <meta name="Distribution" content="Global" />
+    <meta name="Robots" content="index,follow" />
+        <title>OFBiz, The Apache Open For Business Project - Open Source E-Business / E-Commerce, ERP, CRM, POS</title>
+        <meta name="keywords" content="Open Source ERP,Open Source CRM,Open Source E-Commerce,Open Source eCommerce,Open Source POS,Open Source SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web services,workflow,ebusiness,e-business,ecommerce,e-commerce,automation,enterprise software,open source,entity engine,service engine,erp,crm,party,accounting,facility,supply,chain,management,catalog,order,project,task,work effort,financial,ledger,content management,customer,inventory"/>
+       <meta name="Description" content="The Apache Open For Business Project is an open source enterprise automation software project licensed under the Apache License Version 2.0. Being open source under the Apache 2.0 license and driven by a community Apache OFBiz offers both flexibility by design and by access to code, and a solution where you're not alone but rather can work with many others to get things done." />
+    <link rel="shortcut icon" type="image/x-icon"  href="images/favicon.ico" />
+    <link rel="stylesheet" href="css/global.css" type="text/css" />
+    <script type="text/javascript" src="js/prototype.js"></script>
+    <script type="text/javascript" src="js/effects.js"></script>
+    <script type="text/javascript" src="js/search.js"></script>
+    <script type="text/javascript" src="js/slides.js"></script>
+</head>
+
+<body id="full">
+<!-- wrap starts here -->
+  <div id="wrap">
+
+    <!--header -->
+    <div id="header">
+        <div id="logo">
+            <a href="#"><img src="images/logo.gif" /></a>
+        </div>
+        <!-- Coming Soon...
+        <div id="language">
+            Language: English
+        </div>
+        <div id="controls">
+            <a href="#">Login | </a> <a href="#">Register | </a> <a href="#">Settings</a>
+        </div>
+        -->
+        <div id="nav">
+            <ul>
+                <li><a href="http://ofbiz.apache.org/">Home</a></li>
+                <li><a href="http://cwiki.apache.org/confluence/x/LYB2">About</a></li>
+                <li><a href="http://cwiki.apache.org/confluence/x/DAFk">Features</a></li>
+                <li id="current"><a href="documentation.html">Documentation</a></li>
+                <li><a href="download.html">Download</a></li>
+                <li><a href="http://cwiki.apache.org/confluence/x/L4B2">Community</a></li>
+            </ul>
+        </div>
+        <div id="search">
+           <form method="GET" action="http://cwiki.apache.org/confluence/dosearchsite.action" name="searchForm">
+               <select name="where">
+                   <option value="OFBIZ">Wiki</option>
+                   <option value="OFBADMIN">Project</option>
+                   <option value="OFBENDUSER">End User Docs</option>
+                   <option value="OFBTECH">Technical Docs</option>
+                   <option value="OFBREQDES">Requirements</option>
+               </select>
+               <input type="text" id="searchDocs" value="Search..." class="class1 class2" accessKey="s" name="queryString" />
+           </form>
+        </div>
+    </div>
+    <!--header ends-->
+
+    <!-- content-wrap starts -->
+    <div id="content-wrap" class="clearfix">
+        <div id="main">
+
+            <h3>OFBiz Wiki</h3>
+
+<p><a href="http://cwiki.apache.org/confluence/x/uABk">Wiki</a>
+</p>
+
+            <h3>OFBiz Project Administration</h3>
+
+<p>This space has documents that are maintained over time as part of the work to administer OFBiz. They are maintained by OFBiz committers, but can be viewed by anyone:<br />
+<a href="http://cwiki.apache.org/confluence/x/LoB2">Project Administration</a>
+</p>
+
+            <h3>OFBiz End-User Documentation</h3>
+
+<p><a href="http://cwiki.apache.org/confluence/x/nAB9">End-User Documentation</a>
+</p>
+
+            <h3>OFBiz Technical Documentation</h3>
+
+<p><a href="http://cwiki.apache.org/confluence/x/EIBr">Technical Documentation</a>
+</p>
+
+            <h3>OFBiz Requirements and Designs</h3>
+
+<p><a href="http://cwiki.apache.org/confluence/x/JgBy">Requirements and Designs</a>
+</p>
+
+        </div>
+        <!-- main ends -->
+
+   </div>
+      <!-- content-wrap -->
+  </div>
+<!-- wrap -->
+<!-- footer -->
+<div id="footer">
+      <div id="foot">
+              &copy; Copyright 2001-2010 The Apache Software Foundation - www.apache.org
+      </div>
+</div>
+<!-- wrap ends here -->
+
+</body>
+</html>

Propchange: ofbiz/site/documentation.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/site/documentation.html
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/site/documentation.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Modified: ofbiz/site/download.html
URL: http://svn.apache.org/viewvc/ofbiz/site/download.html?rev=934415&r1=934414&r2=934415&view=diff
==============================================================================
--- ofbiz/site/download.html (original)
+++ ofbiz/site/download.html Thu Apr 15 14:03:08 2010
@@ -38,7 +38,7 @@
                 <li><a href="http://ofbiz.apache.org/">Home</a></li>
                 <li><a href="http://cwiki.apache.org/confluence/x/LYB2">About</a></li>
                 <li><a href="http://cwiki.apache.org/confluence/x/DAFk">Features</a></li>
-                <li><a href="http://cwiki.apache.org/confluence/x/GoB2">Documentation</a></li>
+                <li><a href="documentation.html">Documentation</a></li>
                 <li id="current"><a href="download.html">Download</a></li>
                 <li><a href="http://cwiki.apache.org/confluence/x/L4B2">Community</a></li>
             </ul>

Modified: ofbiz/site/index.html
URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=934415&r1=934414&r2=934415&view=diff
==============================================================================
--- ofbiz/site/index.html (original)
+++ ofbiz/site/index.html Thu Apr 15 14:03:08 2010
@@ -38,7 +38,7 @@
                 <li id="current"><a href="http://ofbiz.apache.org/">Home</a></li>
                 <li><a href="http://cwiki.apache.org/confluence/x/LYB2">About</a></li>
                 <li><a href="http://cwiki.apache.org/confluence/x/DAFk">Features</a></li>
-                <li><a href="http://cwiki.apache.org/confluence/x/GoB2">Documentation</a></li>
+                <li><a href="documentation.html">Documentation</a></li>
                 <li><a href="download.html">Download</a></li>
                 <li><a href="http://cwiki.apache.org/confluence/x/L4B2">Community</a></li>
             </ul>