bagder: curl-www/libcurl/hiper _api.html, NONE, 1.1 _app.html, NONE, 1.1 _menu.html, 1.3, 1.4 _schedule.html, 1.3, 1.4
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/libcurl/hiper
In directory labb:/tmp/cvs-serv30858
Modified Files:
_menu.html _schedule.html
Added Files:
_api.html _app.html
Log Message:
more more more
--- NEW FILE: _app.html ---
#include "_doctype.html"
<html>
<head> <title>hiper - Sample Application</title>
#include "css.t"
</head>
#define LIBCURL_HIPER
#define HIPER_APP
#define CURL_URL libcurl/hiper/app.html
#include "_menu.html"
#include "setup.t"
WHERE3(libcurl, "/libcurl/", hiper, "/libcurl/hiper/", hiper Sample App)
<a name=top>
TITLE(Hiper Sample Application)
<div class="relatedbox">
<b>Related:</b>
<br><a href="api.html">API</a>
<br><a href="roadmap.html">Roadmap</a>
</div>
<p>
Below here is a sample application as it might work with the current API
suggestion. It is not detailed and should be considered to be a
<i>sample</i> and demo only.
<pre>
#include "app.t"
</pre>
#include "_footer.html"
</BODY>
</HTML>
Index: _menu.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/hiper/_menu.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- _menu.html 3 Nov 2005 11:35:22 -0000 1.3
+++ _menu.html 4 Nov 2005 08:57:01 -0000 1.4
@@ -47,6 +47,19 @@
VLINK("/libcurl/hiper/roadmap.html", Roadmap)
#endif
+#ifdef HIPER_API
+LINK("/libcurl/hiper/api.html", API)
+#else
+VLINK("/libcurl/hiper/api.html", API)
+#endif
+
+#ifdef HIPER_APP
+LINK("/libcurl/hiper/app.html", Sample App)
+#else
+VLINK("/libcurl/hiper/app.html", Sample App)
+#endif
+
+
</div>
<p>
--- NEW FILE: _api.html ---
#include "_doctype.html"
<html>
<head> <title>hiper - API</title>
#include "css.t"
</head>
#define LIBCURL_HIPER
#define HIPER_API
#define CURL_URL libcurl/hiper/api.html
#include "_menu.html"
#include "setup.t"
WHERE3(libcurl, "/libcurl/", hiper, "/libcurl/hiper/", hiper API)
<a name=top>
TITLE(Hiper API)
<div class="relatedbox">
<b>Related:</b>
<br><a href="app.html">Application</a>
<br><a href="roadmap.html">Roadmap</a>
<br><a href="schedule.html">Schedule</a>
</div>
<p>
Below here is the piece of the API as outlined and drafted before, and as
it already is present in curl/multi.h. It might be adjusted before this goes
live.
<pre>
#include "api.t"
</pre>
#include "_footer.html"
</BODY>
</HTML>
Index: _schedule.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/hiper/_schedule.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- _schedule.html 3 Nov 2005 11:35:22 -0000 1.3
+++ _schedule.html 4 Nov 2005 08:57:01 -0000 1.4
@@ -30,8 +30,13 @@
their decision roughly one week before this.
<p>
+ MARKDATE(Nov 3 2005): announced the 'hiper' project to the world, and added
+ this hiper section of the curl web site.
+
+<p>
+ MARKDATE(Nov 4 2005): Added the <a href="api.html">API</a> and <a
+ href="app.html">Sample app</a> pages here.
- MARKDATE(Nov 3 2005): announced the 'hiper' section of the curl web site.
<p>
MARKDATE(Dec 1 2005): Daniel intends to work full-time on project Hiper during
the entire month of December.