Update of /project/lispfaq/cvsroot/lispfaq In directory common-lisp.net:/tmp/cvs-serv9878
Modified Files: faq.sgml hello-world.sgml Log Message: update for new home Date: Fri Mar 5 13:28:18 2004 Author: emarsden
Index: lispfaq/faq.sgml diff -u lispfaq/faq.sgml:1.1.1.1 lispfaq/faq.sgml:1.2 --- lispfaq/faq.sgml:1.1.1.1 Fri Mar 5 13:17:14 2004 +++ lispfaq/faq.sgml Fri Mar 5 13:28:18 2004 @@ -48,29 +48,14 @@ their putative posts. </para> <para> - This document's source is available from <ulink - url="http://cclan.sourceforge.net/%22%3EcCLan</ulink>'s CVS - repository, in a module named `faq'; it was derived in part from - the <ulink + This document is derived from the <ulink url="http://www.cs.cmu.edu/Groups//AI/html/faqs/lang/lisp/top.html">old comp.lang.lisp FAQ</ulink> maintained by Mark Kantrowitz and - Barry Margolin, to whom the current maintainers extend their - thanks. The canonical location for the HTML version of this - document is currently <ulink - url="http://www-jcsu.jesus.cam.ac.uk/~csr21/lispfaq.html%22%3Ehttp://www-jcsu.jes...</ulink>. - </para> - <para> - Corrections, suggestions, and comments to, for and regarding - this document are welcome, either on <ulink - url="http://sourceforge.net/mail/?group_id=28536%22%3EcCLan mailing - lists</ulink> or as a followup to the regular posting on <ulink - url="news:comp.lang.lisp">comp.lang.lisp</ulink>; while this FAQ - is under development, you may also contact the `primary' - maintainer directly at <ulink - url="mailto:csr21@cam.ac.uk">csr21@cam.ac.uk</ulink>. - </para> - <para> - Last modified: Wed 06 Aug 2003 11:24 BST + Barry Margolin; and from a more recent comp.lang.lisp FAQ + maintained by Christophe Rhodes, to whom the current maintainers + extend their thanks. The canonical location for the HTML version + of this document is currently <ulink + url="http://www.common-lisp.net/project/lispfaq/%22%3Ehttp://www.common-lisp.net/...</ulink>. </para> </abstract> <sect1><title>foo</title>
Index: lispfaq/hello-world.sgml diff -u lispfaq/hello-world.sgml:1.1.1.1 lispfaq/hello-world.sgml:1.2 --- lispfaq/hello-world.sgml:1.1.1.1 Fri Mar 5 13:17:14 2004 +++ lispfaq/hello-world.sgml Fri Mar 5 13:28:18 2004 @@ -1,6 +1,6 @@ <qandaentry> <question> - <para>How do I write a "Hello, World!" programme in Lisp?"</para> + <para>How do I write a "Hello, World!" programme in Lisp?</para> </question> <answer> <para> @@ -21,4 +21,4 @@ World!~%")</userinput>. </para> </answer> -</qandaentry> \ No newline at end of file +</qandaentry>