(type egg)
(signature "prometheus egg")
(timestamp 1612269487)
(sxml ((section 2 "Outdated egg!" (p "This is an egg for CHICKEN 4, the unsupported old release.  You're almost certainly looking for " (int-link "/eggref/5/prometheus" "the CHICKEN 5 version of this egg") ", if it exists.") (p "If it does not exist, there may be equivalent functionality provided by another egg; have a look at the " (link "https://wiki.call-cc.org/chicken-projects/egg-index-5.html" "egg index") ". Otherwise, please consider porting this egg to the current version of CHICKEN.") (tags "egg")) (section 2 "prometheus" (toc) (section 3 "Description" (p "The Prometheus prototype-based object system.")) (section 3 "Author" (p "Jorgen Schaefer")) (section 3 "Requirements" (p (int-link "s48-modules"))) (section 3 "Documentation" (p "See the " (link "http://www.forcix.cx/software/prometheus/prometheus.html" "Prometheus manual") " (" (link "http://www.forcix.cx/software/prometheus/prometheus.pdf" "PDF version") ") for the full documentation.") (p "To use it, import the " (tt "prometheus") " module.  The underlying Hermes object system is available from the " (tt "hermes") " module.")) (section 3 "Changelog" (ul (li "2.0.2 Undo a hack which was part of the bugfix from 2.0.1 which was neccessary due to a bug in " (int-link "s48-modules") ".") (li "2.0.1 Small bugfix in the import library so hermes can be loaded separately and " (tt "{chicken-install -update-db") "} won't error out if the libraries are loaded in an unfortunate order. (thanks to " (int-link "/users/felix-winkelmann" "Felix") " for reporting the problem)") (li "2.0 Port to Chicken 4 of the new upstream prometheus-2 codebase") (li "1.2 Fixed link to manual [Thanks to aaco]") (li "1.1 Fixed dependency on SRFI-1 [Thanks to Jean-Philippe Theberge]") (li "1.0 Initial release"))) (section 3 "License" (pre " Copyright (C) 2005, 2006 Jorgen Schaefer\n \n Author: Jorgen Schaefer <forcer@forcix.cx>\n \n This program is free software; you can redistribute it and/or\n modify it under the terms of the GNU General Public License\n as published by the Free Software Foundation; either version 2\n of the License, or (at your option) any later version.\n \n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n GNU General Public License for more details.\n \n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n 02110-1301  USA")))))
