Update of /cvsroot/curl/curl-www/libcurl/php
In directory labb:/tmp/cvs-serv22593
Modified Files:
Makefile _iis.html _menu.html
Added Files:
_hosting.html
Log Message:
edits
Index: _iis.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/php/_iis.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- _iis.html 12 Aug 2004 10:24:40 -0000 1.4
+++ _iis.html 19 Apr 2005 12:28:18 -0000 1.5
@@ -4,7 +4,7 @@
#include "css.t"
</HEAD>
-#define PHP_INSTALL
+#define PHP_IIS
#define CURL_URL libcurl/php/iis.html
#include "_menu.html"
Index: _menu.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/php/_menu.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- _menu.html 12 Aug 2004 11:35:52 -0000 1.9
+++ _menu.html 19 Apr 2005 12:28:18 -0000 1.10
@@ -20,9 +20,7 @@
#include "ad.t"
#include "mirrorlinks.t"
-<table cellspacing=0 cellpadding=5><tr><td valign=top align=left>
-
-
+<table cellspacing="0" cellpadding="5"><tr><td valign="top" align="left">
<div class="libmenu">
<div><a href="/" class="menuitem"><img border="0" src="/pix/left.png"><img
border="0" src="/pix/left.png">Front Page</a></div>
@@ -42,6 +40,12 @@
VLINK("/libcurl/php/install.html", Installing )
#endif
+#ifdef PHP_IIS
+LINK("/libcurl/php/iis.html", IIS )
+#else
+VLINK("/libcurl/php/iis.html", IIS )
+#endif
+
#ifdef PHP_APPS
LINK("/libcurl/php/apps.html", Apps )
#else
@@ -54,9 +58,15 @@
VLINK("/libcurl/php/examples/", Examples)
#endif
+#ifdef PHP_HOSTING
+LINK("/libcurl/php/hosting.html", Hosting )
+#else
+VLINK("/libcurl/php/hosting.html", Hosting )
+#endif
+
</div>
<p>
#include "sflogo.t"
-</td><td valign=top align=left>
+</td><td valign="top" align="left">
Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/php/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile 12 Aug 2004 10:39:06 -0000 1.12
+++ Makefile 19 Apr 2005 12:28:18 -0000 1.13
@@ -8,7 +8,7 @@
NOW=$(shell gnudate +'-D__TODAY__=%B %d, %Y')
ACTION=@echo preprocessing $@; rm -f $@; cpp -I.. -I$(ROOT) -P -WWW -Uunix -H
-C -V -LL "$(NOW)" $< $@; chmod a-w+r $@
-all: index.html install.html apps.html examples.html iis.html
+all: index.html install.html apps.html examples.html iis.html hosting.html
index.html: _index.html $(MAINPARTS)
$(ACTION)
@@ -22,5 +22,8 @@
iis.html: _iis.html $(MAINPARTS)
$(ACTION)
+hosting.html: _hosting.html $(MAINPARTS)
+ $(ACTION)
+
examples.html: _examples.html $(MAINPARTS)
$(ACTION)
--- NEW FILE: _hosting.html ---
#include "_doctype.html"
<html>
<head> <title>libcurl - PHP/CURL Hosting</title>
#include "css.t"
</head>
#define PHP_HOSTING
#define CURL_URL libcurl/php/hosting.html
#include "_menu.html"
#include "setup.t"
WHERE3(libcurl, "/libcurl/", PHP Binding, "/libcurl/php/", Hosting)
TITLE(Providers that Host Servers PHP/CURL Enabled)
<p>
If you know other hosting companies than what is listed here, please tell us!
<p>
<ul>
<li> <a href="http://www.fuitadnet.com/">www.fuitadnet.com</a>
</ul>
#include "_footer.html"
</BODY>
</HTML>
_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
|