Scarab commit: svn commit: r10178 - trunk/www
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dabbous
Date: 2006-06-17 13:28:28-0700
New Revision: 10178
Added:
trunk/www/users.html
Modified:
trunk/www/index.html
Log:
Modified: trunk/www/index.html
Url: http://scarab.tigris.org/source/browse/scarab/trunk/www/index.html?view=diff&rev=10178&p1=trunk/www/index.html&p2=trunk/www/index.html&r1=10177&r2=10178
==============================================================================
--- trunk/www/index.html (original)
+++ trunk/www/index.html 2006-06-17 13:28:28-0700
@@ -184,18 +184,7 @@
<tr>
<td bgcolor="#f0f0f0">
- <table border="1">
- <tr>
- <th align="left">company</th>
- <th align="left">usage</th>
- <th align="left">contact</th>
- </tr>
- <tr>
- <td>Saxess Software Design</td>
- <td>bugtracking</td>
- <td><a href="mailto:[email protected]">Hussayn Dabbous</a>
- </tr>
- </table>
+ See our new <a href="users.html">user reference table</a>.
</tr>
<tr>
@@ -207,18 +196,9 @@
<tr>
<td bgcolor="#f0f0f0">
- <table border="1">
- <tr>
- <th align="left">company</td>
- <th align="left">field of support</th>
- <th align="left">contact</th>
- </tr>
- <tr>
- <td><a href="http://www.saxess.de/en/services/index.html">Saxess Software Design</a></td>
- <td>Integration/add on development</td>
- <td><a href="mailto:[email protected]">Hussayn Dabbous</a></td>
- </tr>
- </table>
+ Commercial support for Scarab is available from several companies
+ around the world. n case of interest please contact the Scarab
+ developers list.
</td>
</tr>
Added: trunk/www/users.html
Url: http://scarab.tigris.org/source/browse/scarab/trunk/www/users.html?view=auto&rev=10178
==============================================================================
--- (empty file)
+++ trunk/www/users.html 2006-06-17 13:28:28-0700
@@ -0,0 +1,30 @@
+<!-- $Id: index.html 10119 2006-05-27 15:12:31Z dabbous $ -->
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Scarab: Flexible artifact management</title>
+</head>
+<body bgcolor="#F0F0F0">
+<table border="0" cellpadding="2" width="98%" bgcolor="#ffffff" >
+
+ <tr>
+ <td bgcolor="#f0f0f0">
+ <table border="1">
+ <tr>
+ <th align="left">company</th>
+ <th align="left">usage</th>
+ <th align="left">contact</th>
+ </tr>
+ <tr>
+ <td>Saxess Software Design</td>
+ <td>bugtracking</td>
+ <td><a href="mailto:[email protected]">Hussayn Dabbous</a>
+ </tr>
+ </table>
+ </tr>
+
+</table>
+<br/>
+</body>
+</html>