bagder: curl-www/libcurl/smalltalk 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/smalltalk In directory labb:/tmp/cvs-serv30341/smalltalk Added Files: Makefile _index.html Log Message: a smalltalk 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 Smalltalk</title> #include "css.t" </head> #define LIBCURL_SMALLTALK #define CURL_URL libcurl/smalltalk #include "_menu.html" #include "setup.t" WHERE2(libcurl, "/libcurl/", libcurl Smalltalk Binding) <a name=top> TITLE(CurlPlugin - libcurl binding for Smalltalk) <p> Smalltalk binding to libcurl: <a href="http://minnow.cc.gatech.edu/squeak/5865">minnow.cc.gatech.edu/squeak/5865</a> but officially at <a href="http://www.squeaksource.com/CurlPlugin/">www.squeaksource.com/CurlPlugin</a>. <p><b>Credits</b><br> Written by Danil Osipchuk <p><b>What is Smalltalk?</b><br> You'll find more info about Smalltalk here: <a href="http://www.Smalltalk.org/">http://www.smalltalk.org</a>. #include "_footer.html" </body> </html>