bagder: curl-www/libcurl/r Makefile,NONE,1.1 _index.html,NONE,1.1

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/libcurl/r
In directory labb.contactor.se:/tmp/cvs-serv2152/r

Added Files:
	Makefile _index.html 
Log Message:
added binding to the R language


--- 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 R</title>
#include "css.t"
</head>

#define LIBCURL_R
#define CURL_URL libcurl/r

#include "_menu.html"
#include "setup.t"

WHERE2(libcurl, "/libcurl/", libcurl R Binding)

<a name=top>
TITLE(accessing libcurl from R)
<p>

<a href="http://www.omegahat.org/RCurl/">libcurl binding</a> to the R
programming language.

<p><b>Credits</b><br>
Written by Duncan Temple Lang

<p><b>What is R?</b><br>
<a href="http://www.r-project.org/">www.r-project.org</a>

#include "_footer.html"

</body>
</html>

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.