|
Revision 4620, 0.8 KB
(checked in by pmoura, 8 days ago)
|
|
Updated the Logtalk version number to 2.34.1 in preparation for the next release.
Fixed some broken links in the Logtalk XHTML documentation. Updated the screen CSS file to match the new, lighter style of the Logtalk website.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | ================================================================ |
|---|
| 2 | Logtalk - Open source object-oriented logic programming language |
|---|
| 3 | Release 2.34.1 |
|---|
| 4 | |
|---|
| 5 | Copyright (c) 1998-2008 Paulo Moura. All Rights Reserved. |
|---|
| 6 | Logtalk is free software. You can redistribute it and/or modify |
|---|
| 7 | it under the terms of the "Artistic License 2.0" as published by |
|---|
| 8 | The Perl Foundation. Consult the "LICENSE.txt" file for details. |
|---|
| 9 | ================================================================ |
|---|
| 10 | |
|---|
| 11 | This folder contains a single Prolog file, "logtalk.pl", which |
|---|
| 12 | implements both the Logtalk compiler and the Logtalk runtime. |
|---|
| 13 | Before loading this file into your favorite Prolog compiler, |
|---|
| 14 | you must first load the appropriated configuration file for |
|---|
| 15 | your Prolog compiler that you will find in the "configs" |
|---|
| 16 | directory. |
|---|
| 17 | |
|---|
| 18 | The "logtalk.pl" file is formatted using four-space tabs. |
|---|