bagder: curl-www/libcurl Makefile,1.50,1.51 _theysay.html,NONE,1.1
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/libcurl In directory labb:/tmp/cvs-serv17728 Modified Files: Makefile Added Files: _theysay.html Log Message: new page in the works Index: Makefile =================================================================== RCS file: /cvsroot/curl/curl-www/libcurl/Makefile,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- Makefile 21 Apr 2006 11:02:34 -0000 1.50 +++ Makefile 25 Apr 2006 07:38:38 -0000 1.51 @@ -10,9 +10,9 @@ cpp -I.. -WWW -Uunix -P -H -C -V -LL "$(NOW)" $< $@; \ chmod a-w+r $@ -all: index.html mail.html competitors.html \ - comparison-table.html relatedlibs.html \ - features.html wininet.html libwww.html libsoup.html +all: index.html mail.html competitors.html comparison-table.html \ + relatedlibs.html features.html wininet.html libwww.html libsoup.html \ + theysay.html cd c; make cd perl; make cd php; make @@ -92,3 +92,7 @@ libsoup.html: _libsoup.html $(MAINPARTS) $(ACTION) + +theysay.html: _theysay.html $(MAINPARTS) + $(ACTION) + --- NEW FILE: _theysay.html --- #include "_doctype.html" <HTML> <HEAD> <TITLE>libcurl - What Developers Say About It</TITLE> #include "css.t" </HEAD> #define LIBCURL_THEYSAY #define CURL_URL libcurl/theysay.html #include "_menu.html" #include "setup.t" #include "table.t" WHERE2(libcurl, "/libcurl/", What Developers Say) TITLE(What Developers Say About libcurl) <div class="relatedbox"> <b>Related:</b> <br><a href="/docs/features.html">libcurl Features</a> <br><a href="competitors.html">Compare HTTP Libraries</a> <br><a href="wininet.html">WinInet comparison</a> <br><a href="libwww.html">libwww comparison</a> </div> <p> This is what developers have said about libcurl. If you want to add your sentiments here, please mail <a href="mailto:[email protected]">curl-web</a> and open your heart! <p> <ul> <li> <i>The <a href="http://dev.bluesecurity.com/">Blue Frog</a> application uses a libcurl based HTTP client engine (with Zlib and OpenSSL), that is scriptable through Lua scripts using an internally developed glue library. Libcurl proved to be a solid solution with excellent support and a lively community of developers. The high level interface is feature rich, easy to use and well documented (!). During our debugging sessions we noticed that code is well written and is open for enhancements. Definitely a safe bet when it comes to HTTP client libraries.</i> - Shmulik Regev </ul> #include "_footer.html" </BODY> </HTML>