[armedbear-cvs] r12207 - public_html

Erik Huelsmann ehuelsmann at common-lisp.net
Sat Oct 17 21:33:35 UTC 2009


Author: ehuelsmann
Date: Sat Oct 17 17:33:33 2009
New Revision: 12207

Log:
Add 'commercial support' page.


Note: I consulted other developers, but am not aware of any
  wanting to provide this kind of support. By no means am I
  claiming a monopoly position here.


Added:
   public_html/commercial-support.shtml
Modified:
   public_html/left-menu

Added: public_html/commercial-support.shtml
==============================================================================
--- (empty file)
+++ public_html/commercial-support.shtml	Sat Oct 17 17:33:33 2009
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<!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>
+  <title>Armed Bear Common Lisp (ABCL) - Commercial support</title>
+  <link rel="stylesheet" type="text/css" href="style.css" />
+  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<style type="text/css">
+td { font-size: 90%; padding: 0 5px 0 5px }
+th { font-weight: bold; align: center; padding: 0 5px 0 5px }
+dt { font-weight: bold }
+dd dt { font-weight: bold; font-style: italic }
+</style>
+</head>
+
+<body>
+ <div class="header">
+   <h1>Armed Bear Common Lisp (ABCL) - Commercial support</h1>
+ </div>
+
+<!--#include virtual="left-menu" -->
+
+<div style="margin-left:auto;margin-right:auto;width:20cm;font-family:sans-serif">
+<p>ABCL is being developed as open source. Each of the contributers chooses
+  his orher own priorities based on criteria like complexity and time
+  available.  Many changes implemented over the past year were implemented
+  in evening hours, limiting the size and type of issue that can be addressed.
+</p>
+
+<p>Your priorities may not necessarily coincide with the priorities of the
+  developers.  To make sure your needs will be addressed too, there is the
+  option of paid support.  You may want to use this option for example in
+  case the 'regular' route (submission of a bug report or enhancement request)
+  isn't being addressed as quickly as you like.
+</p>
+
+<p>If you decide you want to use this option, please contact me directly at
+  ehuelsmann 'at' common-lisp 'dot' net.
+</p>
+
+
+<p><span style="size:70%">Other developers are free to get their names added
+    to this list, but at this point no other developers are known to
+    want to provide this type of support.</span></p>
+
+</div>
+
+
+<div style="float:right;font-size:10px;font-family:monospace">$Id: index.shtml 12203 2009-10-17 19:43:18Z ehuelsmann $</div>
+</div>
+</body>
+</html>

Modified: public_html/left-menu
==============================================================================
--- public_html/left-menu	(original)
+++ public_html/left-menu	Sat Oct 17 17:33:33 2009
@@ -1,7 +1,8 @@
 <div style="margin-top:3cm;margin-right:1cm;float:left;width:20ex;background-color:#fea;font-family:sans-serif;font-size:12px;padding:10px 5px 10px 5px">
 <b><a href="./">Project page</a><br />
 <a href="./testimonials.shtml">Testimonials</a><br />
-<a href="./release-notes-0.16.shtml">Release notes</a>
+<a href="./release-notes-0.16.shtml">Release notes</a><br />
+<a href="./commercial-support.shtml">Paid support</a>
 </b>
 <br />
 <br />




More information about the armedbear-cvs mailing list