|
Revision 4000, 1.0 KB
(checked in by pmoura, 12 months ago)
|
|
Updated copyright string.
|
-
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.31.1 |
|---|
| 4 | |
|---|
| 5 | Copyright (c) 1998-2008 Paulo Moura. All Rights Reserved. |
|---|
| 6 | ================================================================ |
|---|
| 7 | |
|---|
| 8 | This folder contains code contributions from Logtalk users. Here is |
|---|
| 9 | a short description of each included contribution: |
|---|
| 10 | |
|---|
| 11 | iso8601.lgt |
|---|
| 12 | Contributed by: Daniel L. Dudley |
|---|
| 13 | |
|---|
| 14 | This is a partial implementation of the ISO 8601 standard, |
|---|
| 15 | providing a library of date predicates. The time predicates |
|---|
| 16 | are not yet implemented. The best way to get acquainted with |
|---|
| 17 | this library is for you to compile the object and then run |
|---|
| 18 | one of the documentation helper scripts to transform the |
|---|
| 19 | resulting XML file into (X)HTML or PDF documentation. Your |
|---|
| 20 | feedback is appreciated. |
|---|
| 21 | |
|---|
| 22 | xml_parser |
|---|
| 23 | Contributed by: John Fletcher |
|---|
| 24 | |
|---|
| 25 | This folder contains a Logtalk version of John Fletcher's |
|---|
| 26 | Prolog XML parser (http://www.zen37763.zen.co.uk/xml.pl.html). |
|---|