bagder: curl-www/libcurl/xblite 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/xblite In directory labb:/tmp/cvs-serv31458/xblite Added Files: Makefile _index.html Log Message: xblite 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 ../download.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 binding for XBLite</TITLE> #include "css.t" </HEAD> #define LIBCURL_XBLITE #define CURL_URL libcurl/xblite #include "_menu.html" #include "setup.t" WHERE2(libcurl, "/libcurl/", XBLite Binding) <a name=top> TITLE(accessing libcurl from XBLite) <p> XBlite-libcurl <a href="http://perso.wanadoo.fr/xblite/libraries.html">binding homepage</a> <p><b>Credits</b><br> XBLite binding was written by David Szafranski(?) <p><b>What is XBLite?</b><br> <a href="http://perso.wanadoo.fr/xblite/">Official XBLite web page</a>. #include "_footer.html" </BODY> </HTML>