commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5361 - in trunk/www/web: . project shared


From: jcater
Subject: r5361 - in trunk/www/web: . project shared
Date: Thu, 18 Mar 2004 22:32:55 -0600 (CST)

Author: jcater
Date: 2004-03-18 22:32:54 -0600 (Thu, 18 Mar 2004)
New Revision: 5361

Added:
   trunk/www/web/index.php
Removed:
   trunk/www/web/project/index.php
Modified:
   trunk/www/web/shared/_menu.php
Log:
moved index.php to root level

Copied: trunk/www/web/index.php (from rev 5352, trunk/www/web/project/index.php)
===================================================================
--- trunk/www/web/project/index.php     2004-03-18 23:07:27 UTC (rev 5352)
+++ trunk/www/web/index.php     2004-03-19 04:32:54 UTC (rev 5361)
@@ -0,0 +1,65 @@
+<?php $BASEDIR=".";
+      $MODULE="project";
+      $TITLE="";
+      include "$BASEDIR/shared/_header.php"; ?>
+
+<div id="body">
+
+
+    <h1>GNUe: An Overview</h1>
+
+      <p>GNU Enterprise (GNUe) is a meta-project which is part of the
+      overall <a href="http://www.gnu.org/";>GNU</a> Project. GNUe's goal
+      is to develop enterprise-class data-aware applications as Free
+      software.
+      GNUe is itself comprised of several subprojects:</p>
+
+    <h2><a href="../tools/">Developer Tools</a></h2>
+      <p>
+      Firstly, GNUe is a set of <a href="../tools/">tools</a>, such as a
+      data-aware user forms interface, a reporting system and an
+      application server, which provide a development framework for
+      enterprise information technology professionals to write or
+      customise data-aware applications and deploy them effectively
+      across large or small organizations. The GNUe platform boasts an
+      <a href="glossary.html#open_architecture">open architecture</a> and
+      easy maintenance. It gives users a modular system
+      and freedom from being stuck with a single-source vendor.
+      GNUe supports multi-language interfaces, non-ASCII character sets, and 
most popular <a href="../tools/common/databases/">database systems</a>.
+      </p>
+
+    <h2><a href="../packages/">ERP Packages</a></h2>
+      <p>
+      GNUe is also a set of <a href="../packages/">packages</a> written
+      using the tools, to implement a full Enterprise Resource Planning
+      (<a href="glossary.html#erp">ERP</a>) system. From human resources,
+      accounting, customer relationship management and project management
+      to supply chain or e-commerce, GNUe can handle the needs of any
+      business, large or small. GNUe supports multi-currency processing
+      (including euro support).
+      </p>
+      <p>Note: Packages are not as far along in the development cycle as the 
<a href="../tools/">tools</a>. Most are still in the planning stages. </p>
+
+    <h2>The Community</h2>
+      <p>
+      A general <a href="../community/">community</a> of
+      support and resources for developers writing applications using the
+      GNUe Tools (whether part of the 'official' GNUe Packages or not).
+      It is designed to collect Enterprise software for the GNU system in
+      a single location (much like the <a href="http://www.gnome.org";>GNOME</a>
+      project collects Desktop software).
+      GNUe is a <a href="glossary.html#free_software">Free Software</a> project
+      (released under the <a 
href="http://www.gnu.org/licenses/gpl-faq.html";>GNU
+      General Public License</a>) with
+      a corps of volunteer developers around the world working on GNUe
+      projects. This provides the added benefits of easy
+      internationalization of applications.
+      The project is working to provide a worldwide GNUe community,
+      allowing everyone who is involved in the project access to other
+      talented business information technology professionals.
+      </p>
+
+
+</div>
+
+<?php include "$BASEDIR/shared/_footer.php"; ?>

Deleted: trunk/www/web/project/index.php
===================================================================
--- trunk/www/web/project/index.php     2004-03-19 04:30:31 UTC (rev 5360)
+++ trunk/www/web/project/index.php     2004-03-19 04:32:54 UTC (rev 5361)
@@ -1,65 +0,0 @@
-<?php $BASEDIR="..";
-      $MODULE="project";
-      $TITLE="";
-      include "$BASEDIR/shared/_header.php"; ?>
-
-<div id="body">
-
-
-    <h1>GNUe: An Overview</h1>
-
-      <p>GNU Enterprise (GNUe) is a meta-project which is part of the
-      overall <a href="http://www.gnu.org/";>GNU</a> Project. GNUe's goal
-      is to develop enterprise-class data-aware applications as Free
-      software.
-      GNUe is itself comprised of several subprojects:</p>
-
-    <h2><a href="../tools/">Developer Tools</a></h2>
-      <p>
-      Firstly, GNUe is a set of <a href="../tools/">tools</a>, such as a
-      data-aware user forms interface, a reporting system and an
-      application server, which provide a development framework for
-      enterprise information technology professionals to write or
-      customise data-aware applications and deploy them effectively
-      across large or small organizations. The GNUe platform boasts an
-      <a href="glossary.html#open_architecture">open architecture</a> and
-      easy maintenance. It gives users a modular system
-      and freedom from being stuck with a single-source vendor.
-      GNUe supports multi-language interfaces, non-ASCII character sets, and 
most popular <a href="../tools/common/databases/">database systems</a>.
-      </p>
-
-    <h2><a href="../packages/">ERP Packages</a></h2>
-      <p>
-      GNUe is also a set of <a href="../packages/">packages</a> written
-      using the tools, to implement a full Enterprise Resource Planning
-      (<a href="glossary.html#erp">ERP</a>) system. From human resources,
-      accounting, customer relationship management and project management
-      to supply chain or e-commerce, GNUe can handle the needs of any
-      business, large or small. GNUe supports multi-currency processing
-      (including euro support).
-      </p>
-      <p>Note: Packages are not as far along in the development cycle as the 
<a href="../tools/">tools</a>. Most are still in the planning stages. </p>
-
-    <h2>The Community</h2>
-      <p>
-      A general <a href="../community/">community</a> of
-      support and resources for developers writing applications using the
-      GNUe Tools (whether part of the 'official' GNUe Packages or not).
-      It is designed to collect Enterprise software for the GNU system in
-      a single location (much like the <a href="http://www.gnome.org";>GNOME</a>
-      project collects Desktop software).
-      GNUe is a <a href="glossary.html#free_software">Free Software</a> project
-      (released under the <a 
href="http://www.gnu.org/licenses/gpl-faq.html";>GNU
-      General Public License</a>) with
-      a corps of volunteer developers around the world working on GNUe
-      projects. This provides the added benefits of easy
-      internationalization of applications.
-      The project is working to provide a worldwide GNUe community,
-      allowing everyone who is involved in the project access to other
-      talented business information technology professionals.
-      </p>
-
-
-</div>
-
-<?php include "$BASEDIR/shared/_footer.php"; ?>

Modified: trunk/www/web/shared/_menu.php
===================================================================
--- trunk/www/web/shared/_menu.php      2004-03-19 04:30:31 UTC (rev 5360)
+++ trunk/www/web/shared/_menu.php      2004-03-19 04:32:54 UTC (rev 5361)
@@ -1,5 +1,5 @@
   <div id="leftMenuList">
-    <h3><a href="<?php print "$BASEDIR"; ?>/project/" >GNUe Home</a></h3>
+    <h3><a href="<?php print "$BASEDIR"; ?>/" >GNUe Home</a></h3>
 
       <ul>
         <li><a href="<?php print "$BASEDIR"; ?>/project/news/" >Project 
News</a></li>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]