source: public/content/commercial-support.shtml

Last change on this file was 14741, checked in by Mark Evenson, 9 years ago

html: change references from lisp.not.org to abcl.org and common-lisp.net as appropiate.

abcl.org names all permanent ABCL specific resources.

common-lisp.net replaces lisp.not.org as naming for non-ABCL specific
resources.

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