source: public_html/commercial-support.shtml

Last change on this file was 15275, checked in by Mark Evenson, 4 years ago

site: clean up HTML

Start moving all presentation logic into CSS.

Declare documents as polyglot HTML5/XHTML
<https://dev.w3.org/html5/html-polyglot/html-polyglot.htm>.

Strip use SVN $Id$ expansion as this doesn't convey any useful
information to the actual reader of the page.

  • Property svn:keywords set to Id
File size: 2.1 KB
Line 
1<!DOCTYPE html>
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3<head>
4  <title>Armed Bear Common Lisp (ABCL) - Commercial support</title>
5  <meta charset="utf-8"/>
6  <link rel="stylesheet" type="text/css" href="style.css" />
7
8  <style type="text/css">
9td { font-size: 90%; padding: 0 5px 0 5px }
10th { font-weight: bold; align: center; padding: 0 5px 0 5px }
11dt { font-weight: bold }
12dd dt { font-weight: bold; font-style: italic }
13</style>
14</head>
15
16<body>
17 <div id="title" class="header">
18   <h1>Armed Bear Common Lisp (ABCL) - Commercial support</h1>
19 </div>
20
21
22<!--#include virtual="left-menu" -->
23
24<div id="main">
25
26<h2 style="text-align:center">Paid support</h2>
27
28<p>ABCL is being developed as open source. Each of the contributers chooses
29  his orher own priorities based on criteria like complexity and time
30  available.  Many changes implemented over the past year were implemented
31  in evening hours, limiting the size and type of issue that can be addressed.
32</p>
33
34<p>Your priorities may not necessarily coincide with the priorities of the
35  developers.  To make sure your needs will be addressed too, there is the
36  option of paid support.  You may want to use this option for example in
37  case the 'regular' route (submission of a bug report or enhancement request)
38  isn't being addressed as quickly as you like.
39</p>
40
41<p>If you decide you want to use this option, or have other needs related
42  to abcl, please contact either
43  ehuelsmann 'at' common-lisp 'dot' net or evenson.not.org 'at' gmail
44  'dot' com.
45</p>
46
47
48<p>Projects / tasks to be addressed include:</p>
49
50<ul>
51  <li>Finalizing Gray stream support</li>
52  <li>Performance research and improvements</li>
53  <li>Better Java/JNA (foreign library) integration</li>
54</ul>
55
56<p><span style="size:70%">Interested developers are welcome to get
57    their names added to this list, but at this point in time no other
58    developers are known to want to provide this type of
59    support.</span></p>
60</div>
61
62
63<div class="footer">
64  <hr />
65  <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p>
66</div>
67
68</body>
69</html>
Note: See TracBrowser for help on using the repository browser.