|
Last change
on this file was 7506, checked in by R. Matthew Emerson, 17 years ago |
|
Replace Credits.rtf with Credits.html (for ease of including links).
Include a link to the OpenMCL Trac site to encourage users to go
there and report bugs and enhancements.
|
|
File size:
518 bytes
|
| Line | |
|---|
| 1 | <html>
|
|---|
| 2 | <head>
|
|---|
| 3 | <style type="text/css">
|
|---|
| 4 | html {
|
|---|
| 5 | font-family: "Lucida Grande";
|
|---|
| 6 | font-size: small;
|
|---|
| 7 | }
|
|---|
| 8 |
|
|---|
| 9 | .centered {
|
|---|
| 10 | text-align: center;
|
|---|
| 11 | }
|
|---|
| 12 |
|
|---|
| 13 | </style>
|
|---|
| 14 | </head>
|
|---|
| 15 | <body>
|
|---|
| 16 | <p>
|
|---|
| 17 | This is still a very preliminary, barebones
|
|---|
| 18 | implementation of a Cocoa development environment for
|
|---|
| 19 | Clozure CL. It's improved some over time, and
|
|---|
| 20 | will hopefully continue to do so.
|
|---|
| 21 | </p>
|
|---|
| 22 | <p>
|
|---|
| 23 | To report bugs or request enhancements, please go to the
|
|---|
| 24 | <a href="http://trac.clozure.com/openmcl">OpenMCL Trac</a>
|
|---|
| 25 | and create a ticket.
|
|---|
| 26 | </p>
|
|---|
| 27 | </body>
|
|---|
| 28 | </html>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.