commit-gnue
[Top][All Lists]
Advanced

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

r5602 - in trunk/www: utils/webhelpers web/tools web/tools/bayonne


From: jcater
Subject: r5602 - in trunk/www: utils/webhelpers web/tools web/tools/bayonne
Date: Wed, 31 Mar 2004 19:25:32 -0600 (CST)

Author: jcater
Date: 2004-03-31 19:25:31 -0600 (Wed, 31 Mar 2004)
New Revision: 5602

Added:
   trunk/www/web/tools/bayonne/
   trunk/www/web/tools/bayonne/index.php
   trunk/www/web/tools/bayonne/product.png
Modified:
   trunk/www/utils/webhelpers/tools.py
Log:
Added bayonne to tools page

Modified: trunk/www/utils/webhelpers/tools.py
===================================================================
--- trunk/www/utils/webhelpers/tools.py 2004-04-01 00:33:17 UTC (rev 5601)
+++ trunk/www/utils/webhelpers/tools.py 2004-04-01 01:25:31 UTC (rev 5602)
@@ -3,8 +3,18 @@
 # This should contain a list of all tools to publish
 ALL_TOOLS = [ 'forms','reports','appserver','navigator',
               'designer','integrator', 'common' ]
+
+
 ############################################################
+EXTERNAL_TOOLS = [('bayonne','Bayonne Telephony',
+      """Bayonne, the telecommunications application server of the
+      GNU Enterprise project, offers a free, scalable,
+      media-independent software environment
+      for the development and deployment of telephony solutions for
+      use with current as well as next-generation telephone networks.""")]
+############################################################
 
+
 # Contains global create-website stuff
 from utils import *
 
@@ -316,6 +326,11 @@
   ##
   # Write out tools/_module_menu.php
   #
+  for foo, nm, descr in EXTERNAL_TOOLS:
+    moduleMenuHtml += """<li><a href="<?php print "$BASEDIR"; ?>/tools/%s/" 
>%s</a></li>\n""" % (foo, nm)
+    toolHomePageHtml += ('<h2><a href="%s/">' % foo) + nm + '</a></h2>\n<p>' + 
descr + '</p>\n'
+
+
   staticFile('tools/_module_menu.php', moduleMenuHtml + "</ul>")
 
   ##

Added: trunk/www/web/tools/bayonne/index.php
===================================================================
--- trunk/www/web/tools/bayonne/index.php       2004-04-01 00:33:17 UTC (rev 
5601)
+++ trunk/www/web/tools/bayonne/index.php       2004-04-01 01:25:31 UTC (rev 
5602)
@@ -0,0 +1,28 @@
+<?php $BASEDIR="../..";
+      $MODULE="tools";
+      $TITLE="GNU Bayonne";
+      include "$BASEDIR/shared/_header.php"; ?>
+
+<div id="body">
+<h1>GNU Bayonne</h1>
+<img class="productGraphic" alt="" src="product.png"/>
+<p>Bayonne, the telecommunications application server of the
+GNU Enterprise project, offers a free, scalable,
+media-independent software environment
+for the development and deployment of telephony solutions for
+use with current as well as next-generation telephone networks.</p>
+
+<p>This will allow GNU Enterprise customers to directly
+integrate GNU Enterprise applications and data to telephony
+devices. There is work being
+done to provide a <a href="../forms/">GNUe Forms</a> client</a>
+for Bayonne, so applications can be used over normal telephone
+lines. Bayonne offers many services independent of GNUe as well,
+including voice mail solutions and PBX type solutions.</p>
+
+<p>Note: Bayonne has its own home page at
+<a 
href="http://www.gnu.org/software/bayonne/";>http://www.gnu.org/software/bayonne/</a>.</p>
+
+</div>
+
+<?php include "$BASEDIR/shared/_footer.php"; ?>

Added: trunk/www/web/tools/bayonne/product.png
===================================================================
(Binary files differ)


Property changes on: trunk/www/web/tools/bayonne/product.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream





reply via email to

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