bagder: curl-www/libcurl/lisp Makefile, NONE, 1.1 _index.html, NONE, 1.1

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/libcurl/lisp
In directory labb:/tmp/cvs-serv30817/lisp

Added Files:
	Makefile _index.html 
Log Message:
a binding for Common Lisp


--- NEW FILE: Makefile ---
ROOT = ../..

TXT2PLAIN= $(ROOT)/docs/txt2plain.pl

MAINPARTS= $(ROOT)/_doctype.html ../_menu.html ../_links.html $(ROOT)/setup.t \
../pic.t $(ROOT)/where.t $(ROOT)/mirrorlinks.t $(ROOT)/ad.t
NOW=$(shell gnudate +'-D__TODAY__=%B %d, %Y')
ACTION=@echo preprocessing $@; rm -f $@; cpp -I.. -I$(ROOT) -WWW -Uunix -P -H -C -V -LL "$(NOW)" $< $@; chmod a-w+r $@

all: index.html

index.html: _index.html $(MAINPARTS)
	$(ACTION)

--- NEW FILE: _index.html ---
#include "_doctype.html"
<html>
<head> <title>libcurl for Common Lisp</title>
#include "css.t"
</head>

#define LIBCURL_LISP
#define CURL_URL libcurl/lisp

#include "_menu.html"
#include "setup.t"

WHERE2(libcurl, "/libcurl/", libcurl Common Lisp Binding)

<a name=top>
TITLE(accessing libcurl from Common Lisp)
<p>

Common Lisp binding to libcurl. The library provides an interface to the
curl_easy functions (the multi functions are not supported at this point in
time).<p>

See <a
href="http://common-lisp.net/project/cl-curl/">common-lisp.net/project/cl-curl</a>

<p><b>Credits</b><br>
Written by Liam Healy

<p><b>What is Common Lisp</b><br>
"<i>Common Lisp is the modern, multi-paradigm, high-performance, compiled, ANSI-standardized, most prominent (along with Scheme) descendant of the long-running family of Lisp programming languages.</i>"
<p>
See <a href="http://common-lisp.net/">common-lisp.net</a>

#include "_footer.html"

</body>
</html>

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.