Parent Directories

/
software/

Directory guile-www

2008-05-28 08:14:42(subdir)doc/
2008-05-28 08:32:21(subdir)scm-html/
7392008-04-20 15:18:24text/plainA-WHILE-BACK
62102008-05-28 08:25:55text/plainNEWS
6932008-05-28 08:32:09text/plainWHIRLPOOLSUMS
4942008-05-28 08:32:21text/plainfrisk.out
21762008-05-28 08:32:22text/htmlfrisk.out.html
2571012007-10-04 10:36:44application/x-targuile-www-2.21.tar.gz
2661532008-04-20 15:08:34application/x-targuile-www-2.22.tar.gz
2732022008-05-28 08:30:04application/x-targuile-www-2.23.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

	You can use the configure script option `--disable-shsub' to
	explicitly build a version where `make-shared-substring' is
	replaced w/ simply `substring'.  By default, configure arranges
	for the replacement only if it can't detect that your Guile has
	`make-shared-substring'.

	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>.