Update of /cvsroot/curl/curl-www/docs
In directory labb:/tmp/cvs-serv7729
Modified Files:
Makefile
Added Files:
_gsoc2008.html
Log Message:
the gsoc2008 page
--- NEW FILE: _gsoc2008.html ---
#include "_doctype.html"
<HTML>
<HEAD> <TITLE>cURL - Google Summer of Code Ideas</TITLE>
#include "css.t"
</HEAD>
#define CURL_DOCS
#define DOCS_GSOC2008
#define CURL_URL docs/gsoc2008.html
#include "_menu.html"
#include "setup.t"
WHERE2(Docs, "/docs/", Google Summer of Code Ideas)
TITLE(Google Summer of Code Ideas)
<p>
We intend to sign up to become a mentoring organization for <b>Google Summer
of Code 2008</b>, and on this page we collect ideas that could serve as
starting points when students want to write up a project idea for curl!
<p>
Also note that we need volunteering mentors!
<p>
Please suggest further projects ideas and your mentor status on the
associated <a href="/mail/">mailing list</a>.
<ul>
<li> SMTP
<li> native (i.e.: library-less) LDAP(S)
<li> data: URLs?
<li> Preparing for fips accreditation (using openssl fips)?
<li> RTSP?
<li> MMS:// streams?
<li> RTMP?
<li> Complete Java integration/binding
<li> HTTP Caching<br>
This isn't as simple a problem as it might seem as there are
potential issues with security and also because depending on use cases, you
will want to store the cache in different places with different sizes...
<br>
Or rather, a "caching framework" which allows the user to define callbacks
for actually storing the data in a filesystem, database, or whatever he
prefers.
<br>
Some aspects of the HTTP standard are not well-known and people are bound to
get them wrong if they implement caching themselves, e.g. the "Vary" and
"Etag" headers.
<li> Fix the last remaining blocking calls within libcurl?
<li> Fixing up/replacing language bindings?
<li> make the curl tool use the multi interface and allow it to do parallel transfers
</ul>
#include "_footer.html"
</BODY>
</HTML>
Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/Makefile,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- Makefile 9 Dec 2007 12:25:46 -0000 1.62
+++ Makefile 2 Mar 2008 11:17:10 -0000 1.63
@@ -20,7 +20,8 @@
relatedtools.html osdistribs.html versions.html history.html loc.html \
knownbugs.html manual.html caextract.html programs.html security.html \
testcurl.html runtests.html libs.html adv_20051013.html adv_20051207.html \
- adv_20060320.html vulnerabilities.html adv_20070710.html
+ adv_20060320.html vulnerabilities.html adv_20070710.html \
+ gsoc2008.html
all: $(PAGES)
@echo done
@@ -38,6 +39,9 @@
libs.html: _libs.html $(MAINPARTS)
$(ACTION)
+gsoc2007.html: _gsoc2008.html $(MAINPARTS)
+ $(ACTION)
+
manpage.html: _manpage.html $(MAINPARTS) mandump.t
$(ACTION)
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.