CVSROOT: /web/www Module name: www Changes by: Pavel Kharitonov <ineiev> 11/12/21 17:07:07
Modified files: software : .symlinks Removed files: software/goops : goops.html Log message: redirect goops to guile manual RT #718263 CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/software/goops/goops.html?cvsroot=www&r1=1.5&r2=0 http://web.cvs.savannah.gnu.org/viewcvs/www/software/.symlinks?cvsroot=www&r1=1.5&r2=1.6 Patches: Index: .symlinks =================================================================== RCS file: /web/www/www/software/.symlinks,v retrieving revision 1.5 retrieving revision 1.6 diff -u -b -r1.5 -r1.6 --- .symlinks 28 Mar 2008 12:43:31 -0000 1.5 +++ .symlinks 21 Dec 2011 17:06:59 -0000 1.6 @@ -1,3 +1,4 @@ software.html index.html ../server/standards/boilerplate.xhtml boilerplate_software.html ../philosophy/java-trap.html java.html +guile/manual/html_node/GOOPS.html goops Index: goops/goops.html =================================================================== RCS file: goops/goops.html diff -N goops/goops.html --- goops/goops.html 24 Oct 2011 19:38:28 -0000 1.5 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,117 +0,0 @@ -<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN"> -<html> -<head> - <title>GOOPS - GNU Project - Free Software Foundation (FSF)</title> - <link REV="made" HREF="mailto:webmast...@gnu.org"> -<META NAME="keywords" CONTENT="goops"> - </head> - - <!-- Text black on white, unvisited links blue, visited links navy, - active links red --> - <body bgcolor="#FFFFFF" text="#000000" link="#1F00FF" alink="#FF0000" - vlink="#000080"> - -<h3>GOOPS</h3> - -<A HREF="/graphics/agnuhead.html"><IMG SRC="/graphics/gnu-head-sm.jpg" -ALT=" [image of the Head of a GNU] " -WIDTH="129" HEIGHT="122"></A> -<P> -<HR> - - - - <h1 align=center>GOOPS</h1> - <h3 align=center>The Guile Object Oriented Programming System</h3> - - GOOPS is the object oriented extention to <a - href="/software/guile/guile.html">Guile</a>. Its -implementation is derived from - STk-3.99.3 by Erick Gallesio and version 1.3 of Gregor -Kiczales - `Tiny-Clos'. It is very close in spirit to CLOS, the Common Lisp - Object System (`CLtL2') but is adapted for the Scheme language. While - GOOPS is not compatible with any of these systems, GOOPS contains a - compatibility module which allows for execution of STKlos programs. - <p> - Briefly stated, the GOOPS extension gives the user a full object - oriented system with multiple inheritance and generic functions with - multi-method dispatch. Furthermore, the implementation relies on a - true meta object protocol, in the spirit of the one defined for CLOS - (Gregor Kiczales: A Metaobject Protocol). - <p>There are plans to merge GOOPS into the Guile distribution. - <p> - Please send bug reports to <a - href="mailto:bug-gu...@gnu.org"><em>bug-gu...@gnu.org</em></a>. - <p> - Authors are <a href="mailto:djurfe...@nada.kth.se"> - <em>Mikael Djurfeldt</em></a> - and <a href="mailto:c...@tbit.dk"><em>Christian Lynbech</em></a>. - <p> - Mikael Djurfeldt is the current maintainer of GOOPS. - <p> - <h3>Latest released version is 1.0</h3> - - Version 1.0 of GOOPS - is now available via anonymous FTP as <a -href="http://ftp.gnu.org/gnu/guile/guile-oops-1.0.tar.gz"> -http://ftp.gnu.org/gnu/guile/guile-oops-1.0.tar.gz</a>. - - <p>This release mostly contains adaptations to guile-1.4 and bug - fixes. - - <p>The bleeding edge of development is available - via <a href="/software/guile/anon-cvs.html">anonymous CVS</a>. - - <p> - The following people have contributed bug reports and fixes for this - release: - - <ul> - <li> Thierry Bezecourt - <li> Per Bothner - <li> Karl M. Hegbloom - <li> Clark McGrew - <li> Eric Moore - <li> Nicolas Neuss - <li> Bernard Urban - <li> Maurizio Vitale - <li> Marius Vollmer - </ul> - - Many thanks! - - - - <HR> - - Return to <A HREF="/home.html">GNU's home page</A>. - <P> - - Please send FSF & GNU inquiries & questions to - - <A HREF="mailto:g...@gnu.org"><EM>g...@gnu.org</EM></A>. - There are also <A HREF="/home.html#ContactInfo">other ways to - contact</A> the FSF. - <P> - - Please send comments on these web pages to - - <A - HREF="mailto:webmast...@gnu.org"><EM>webmast...@gnu.org</EM></A>, - send other questions to - <A HREF="mailto:g...@gnu.org"><EM>g...@gnu.org</EM></A>. - <P> - Copyright (C) 1999 Free Software Foundation, Inc., - 59 Temple Place - Suite 330, Boston, MA 02111, USA - <P> - Verbatim copying and distribution of this entire web page is permitted in any medium, provided this notice is preserved.<P> -Updated: -<!-- hhmts start --> -Last modified: Mon Mar 5 14:55:45 EST 2001 -<!-- hhmts end --> -<HR> -</BODY> -</HTML> - -