bagder: curl-www/libcurl/mono 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/mono In directory labb.contactor.se:/tmp/cvs-serv10769/mono Added Files: Makefile _index.html Log Message: Mono 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 Mono</title> #include "css.t" </head> #define LIBCURL_MONO #define CURL_URL libcurl/mono #include "_menu.html" #include "setup.t" WHERE2(libcurl, "/libcurl/", libcurl Mono Binding) <a name=top> TITLE(accessing libcurl from Mono) <p> Mono bindings to libcurl. <p><b>Download</b><br> <a href="http://forge.novell.com/modules/xfmod/project/?libcurl-mono">forge.novell.com/modules/xfmod/project/?libcurl-mono</a> <p><b>Credits</b><br> Written by Jeffrey Phillips <p><b>What is mono?</b><br> You'll find more info about Mono here: <a href="http://www.mono-project.com">www.mono-project.com</a> #include "_footer.html" </body> </html> _______________________________________________ http://cool.haxx.se/mailman/listinfo/curl-www-commits