bagder: curl-www/libcurl/spf 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/spf In directory labb:/tmp/cvs-serv2586 Added Files: Makefile _index.html Log Message: SP-Forth 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 SP-Forth</title> #include "css.t" </head> #define LIBCURL_SPF #define CURL_URL libcurl/spf #include "_menu.html" #include "setup.t" WHERE2(libcurl, "/libcurl/", libcurl SP-Forth Binding) <a name=top> TITLE(accessing libcurl from SP-Forth) <p> SP-Forth bindings to libcurl. <p><b>Download</b><br> <a href="http://www.forth.org.ru/~ac/lib/lin/curl/">http://www.forth.org.ru/~ac/lib/lin/curl/</a> <p><b>What is SP-Forth?</b><br> You'll find more info about SP-Forth here: <a href="http://spf.sf.net">http://spf.sf.net</a>. #include "_footer.html" </body> </html>