bagder: curl-www/libcurl/haskell Makefile, NONE, 1.1 _index.html, NONE, 1.1
[email protected] Sun, 23 Nov 2008 12:18:40 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/libcurl/haskell In directory labb:/tmp/cvs-serv11493/haskell Added Files: Makefile _index.html Log Message: There's a Haskell binding too... --- 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 Haskell</title> #include "css.t" </head> #define LIBCURL_HASKELL #define CURL_URL libcurl/haskell #include "_menu.html" #include "setup.t" WHERE2(libcurl, "/libcurl/", libcurl Haskell Binding) <a name=top> TITLE(accessing libcurl from Haskell) <p> Haskell 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> <a href="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/curl">hackage.haskell.org/cgi-bin/hackage-scripts/package/curl</a> <p><b>Credits</b><br> Written by Sigbjorn Finne <p><b>What is Haskell?</b><br> You'll find more info about Haskell here: <a href="http://www.haskell.org/">www.haskell.org</a> #include "_footer.html" </body> </html>