bagder: curl-www/libcurl/slang 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/slang In directory labb:/tmp/cvs-serv29602/slang Added Files: Makefile _index.html Log Message: S-Lang binding by John E Davis --- 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 with S-Lang</title> #include "css.t" </head> #define LIBCURL_SLANG #define CURL_URL libcurl/slang #include "_menu.html" #include "setup.t" WHERE2(libcurl, "/libcurl/", S-Lang Binding) <a name=top> TITLE(accessing libcurl from S-Lang) <p> <a href="http://www.jedsoft.org/slang/modules/curl.html">S-Lang cURL Module</a> <p><b>Credits</b><br> The S-Lang binding was written by John E Davis. <p><b>What is S-Lang?</b><br> You'll find more info on S-Lang here: <a href="http://www.jedsoft.org/slang/">www.jedsoft.org/slang</a> #include "_footer.html" </BODY> </HTML> _______________________________________________ http://cool.haxx.se/mailman/listinfo/curl-www-commits