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

[email protected] Sun, 29 Nov 2009 19:16:16 +0000
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/libcurl/falcon
In directory giant.haxx.se:/var/tmp/cvs-serv19176/falcon

Added Files:
	Makefile _index.html 
Log Message:
a Falcon binding


--- 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 Falcon</title>
#include "css.t"
</head>

#define LIBCURL_FALCON
#define CURL_URL libcurl/falcon

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

WHERE2(libcurl, "/libcurl/", libcurl Falcon Binding)

<a name=top>
TITLE(accessing libcurl from Falcon)
<p>
 Falcon bindings to libcurl.

<p><b>How to Install</b></br>
Documentation is included in the binding archive.

<p><b>Examples</b><br> 
Examples are included in the binding archive.

<p><b>Binding documentation</b><br>
Documentation is included in the binding archive.

<p><b>Download</b><br>
The binding is part of Falcon.

<p><b>What is Falcon?</b><br>
 You'll find more info about Falcon here:
 <a href="http://www.falconpl.org/">www.falconpl.org</a>.

#include "_footer.html"

</body>
</html>