bagder: curl-www/libcurl/spl Makefile,NONE,1.1 _index.html,NONE,1.1
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/libcurl/spl In directory labb:/tmp/cvs-serv4840/spl Added Files: Makefile _index.html Log Message: SPL --- 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 with SPL</title> #include "css.t" </head> #define LIBCURL_SPL #define CURL_URL libcurl/spl #include "_menu.html" #include "setup.t" WHERE2(libcurl, "/libcurl/", SPL Binding) <a name=top> TITLE(accessing libcurl from SPL) <p> The curl module comes bundled with the main SPL package. <p><b>How to Install</b><br> Install SPL as documented. <p><b>Download</b><br> Get it from <a href="http://www.clifford.at/spl/">the SPL language web page</a> <p><b>Credits</b><br> The SPL binding was written by Clifford Wolf. <p><b>What is SPL?</b><br> You'll find more info on SPL here: <p> <a href="http://www.clifford.at/spl/">www.clifford.at/spl</a> #include "_footer.html" </BODY> </HTML>