Name | Modified | Size | Downloads / Week |
---|---|---|---|
releasenotes.txt | 2015-01-29 | 2.2 kB | |
readme.txt | 2015-01-29 | 3.7 kB | |
Totals: 2 Items | 5.9 kB | 0 |
________________________________________________________________________ This file is part of JIProlog <http://www.jiprolog.com/> Copyright (c) 1998-2015 by Ugo Chirico This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the Affero GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. ________________________________________________________________________ README ====== 1. About 2. JIProlog web site 3. Registration 4. Support 5. Running 6. Documentation 7. Citations 8. Contributions 9. Legal 1. About -------- JIProlog - Java Internet Prolog is a cross-platform pure Java 100% Prolog interpreter that integrates Prolog and Java in a very easy way. JIProlog is compliant with the major Prolog interpreters. It supports most of ISO Prolog specifications and the most common and used built-in predicates. JIProlog allows calling Prolog predicates from Java without dealing with native code (JNI) and allows invoking Java methods from Prolog as they were predicates. JIProlog comes with a complete API to link Prolog and Java languages from both sides. The API can is composed of three parts: the first one regards the way to invoke Prolog from Java; the second one deals with the techniques to call Java methods from Prolog by implementing custom Prolog built-in predicates in the form of Java classes or by calling Java methods through Java Reflection API; the third one treats the way to link Prolog predicates with tables in an external databases via JDBC. 2. JIProlog Web Site ------------------- The latest release of the JIProlog is always available at the URL: http://www.jiprolog.com At this address you can also find additional documentation and information about JIProlog. 3. Registration --------------- To register as a JIProlog user either use the registration form found at the JIProlog web site: http://www.jiprolog.com/Secure/Register.aspx 4. Support ---------- For support options, please consult the web page: http://www.jiprolog.com/documentation.aspx 5. Running ---------- The quick_start.txt file provides quick instructions to run JIProlog. 6. DOCUMENTATION ---------------- JIProlog documentation is available on our wiki: http://wiki.jiprolog.com 7. CITATIONS ------------- If you find JIProlog useful, please include a citation on your publications. 8. CONTRIBUTIONS ----------------- Contributions, constructive criticism, patches, bug reports, and suggestions are always welcome. However, major code contributions to **core** files, such as the compiler, runtime, adapter files, library files, or tools can only be accepted with a transfer of copyright or if the submitted code is explicitly declared as public domain code. This simplifies the selling of commercial licenses, which provide a revenue source for the sustained development of JIProlog. 9. LEGAL --------- JIProlog is copyrighted by Ugo Chirico. The JIProlog use and distribution license can be found in the license.txt file. JIProlog is available under the Affero GNU General Public License 3. The copyright notice and license applies to all files in this release unless otherwise explicitly stated. JIProlog is a registered trademark of Ugo Chirico.