[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-devel
Subject:    app.php for kdevelop (fix for bug 69008)
From:       Andrew Coles <andrew_coles () yahoo ! co ! uk>
Date:       2003-12-01 14:05:49
[Download RAW message or body]

In case it slipped through the net (I attached it to one comment on 
bugs.kde.org, bug 69008).....

Attached is a replacement app.php for kdevelop done in XHTML 1.1 that I got my 
friend (and web guru) Jonathan Gough to do.

Andrew

["app.php" (application/x-php)]

<?php

printHeader();
echo "<h1>Hello World!</h1>\n";
printFooter();

function printHeader(){
	echo <<<EOF
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
	<meta name="description" content="" />
	<meta name="author" content="$AUTHOR$" />
	<meta name="keywords" content="" />
	<title>$APPNAME$</title>
</head>
<body>

EOF;
}

function printFooter(){
	echo "</body>\n</html>";
}

?>
_______________________________________________
Kdevelop-devel mailing list
Kdevelop-devel@barney.cs.uni-potsdam.de
http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic