Parent Directories

/
software/

Directory guile-www

2010-08-23 05:19:42(subdir)scm-html/
9362010-06-16 12:40:29text/plainHISTORY
84842010-06-22 11:59:25text/plainNEWS
7012010-06-22 12:12:07text/plainWHIRLPOOLSUMS
13852010-08-23 05:19:40text/plainfrisk.out
52052010-08-23 05:19:42text/htmlfrisk.out.html
5095622009-06-29 13:18:42application/x-targuile-www-2.26.tar.gz
5018932010-02-02 05:06:03application/x-targuile-www-2.27.tar.gz
5110232010-06-22 12:07:18application/x-targuile-www-2.28.tar.gz

Welcome!
========

	This is the Guile WWW library, a set of Guile Scheme
	modules to facilitate HTTP, URL and CGI programming.

	  COPYING	-- license
	  AUTHORS	-- who did what
	  NEWS		-- list of user visible changes
	  ChangeLog	-- detailed list of changes
	  source/	-- the Guile Scheme modules
	  doc/		-- guile-www.info and texinfo source
	  contrib/	-- contributions
	  examples/	-- using the modules


Installation
============
(See file INSTALL for generic installation instructions.)

	Briefly, you need to issue these standard commands:

	  ./configure [options]
	  make
	  make install

	On "make install", these files are copied to these directories
	(creating them first if necessary), renaming each FOO.scm to
	simply FOO, and compressing them somewhat:

	  source/*            -- $(GUILE_SITE)/www (and subdirs)
	  doc/guile-www.info  -- $(prefix)/info

	Normally $(GUILE_SITE) is $(prefix)/share/guile/site
	     and $(prefix)     is /usr/local

	For guile to resolve these module names as (www FOO), make sure
	that $(GUILE_SITE) is in the ‘%load-path’.  To see the value of
	this variable use the command:

	  guile -c '(display %load-path)'

	For systems which have the "guile-tools make-module-catalog"
	program, "make install" also updates the module catalog in
	$(GUILE_SITE).


Maintenance
===========

	Guile-WWW is maintained by Thien-Thi Nguyen.
	Please send bug reports to <ttn@gnuvola.org>.