bagder: curl-www/libcurl/ilerpg 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/ilerpg In directory labb:/tmp/cvs-serv26108/ilerpg Added Files: Makefile _index.html Log Message: added ILE/RPG --- 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 ILE/RPG</title> #include "css.t" </head> #define LIBCURL_ILERPG #define CURL_URL libcurl/ilerpg #include "_menu.html" #include "setup.t" WHERE2(libcurl, "/libcurl/", libcurl ILE/RPG Binding) <a name=top> TITLE(accessing libcurl from ILE/RPG) <p> ILE/RPG bindings to libcurl. <p><b>Binding documentation</b><br> Documentation is found here: <a href="http://cool.haxx.se/cvs.cgi/curl/packages/OS400/README.OS400?rev=HEAD&content-type=text/vnd.viewcvs-markup">packages/OS400/README.OS400</a> in the curl soruce tree. <p><b>Download</b><br> Part of the regular source package already! <p><b>Credits</b><br> Written by Patrick Monnerat <p><b>What is ILE/RPG?</b><br> You'll find more info about ILE/RPG here: <a href="http://en.wikipedia.org/wiki/Report_Program_Generator">http://en.wikipedia.org/wiki/Report_Program_Generator</a> #include "_footer.html" </body> </html>