[libksd-devel] Web page and coding
Status: Beta
Brought to you by:
xevol
|
From: Andrew S. H. <ste...@ha...> - 2003-05-22 02:48:44
|
Yes, I'm still alive and check in on the project every now and again. I
even have a little pet project to use libksd upon, so I've returned. I
just wanted to make a very simple suggestion that
include/pagebuilder.php on the web site have the last few lines of the
file read:
function EndPage()
{
echo "</td>";
echo "<td>Last updated <?= date('F j, Y', filemtime($_SERVER['PATH_TRANSLATED'])) ?>.<br>";
echo "Copyright © 2003 David Snopeck. All Rights Reserved.</td>"
echo "</tr> </table>";
echo "</BODY>";
echo "</HTML>";
}
};
?>
or something similar--the $_SERVER['PATH_TRANSLATED'] part seems a
little hacked and my PHP is a little rusty. I'd just really love to know
when David et al. have updateed the varioous pages. I'm also a stickler
when it comes to copyright notices and the official libksd pages are a
bit lacking.
It's great to see things are beginning to come together a little quicker
than in the past and I see SAGE has begun to materialize as well.
Personally, I'm sick of PowerPoint and so I'm trying to put together a
little app to show music and sermon slides at church using a multihead
gtkmm/libksd setup (as in gtkmm for the GUI on monitor 1 and libksd for
display and FX on monitor 0). We'll see how it goes this
summer--especially since I hope to soon start work on a totally
different project for my M.S. report. Anyway, if I come up with
anything interesting on the ksd side of things I'll be sure to let you
know. I may come up with some extension code for gtkmm/libksd interaction.
Cheers,
Sterling
--
<>< ><> <>< ><> <>< ><> <>< ><> <>< ><> <>< ><> <>< ><> <>< ><> <>< ><>
Andrew Sterling Hanenkamp
http://Andrew.Sterling.Hanenkamp.com/
ste...@ha... / ste...@ci...
I've taken the trash out innumerable times,
I've taken the trash out in inclement climes,
I've taken the trash out 'cuz that's what I do,
But I *won't* take the trash out when you tell me to.
-- Larry Wall
|