Archives for: December 2004, 03

12/03/04

Lode's laptop is almost done. He got a working xorg-x11 installation currently running Fluxbox, but emerging Gnome, gensplash support, all services necessary for a decent base system (hotplug/coldplug, pcmcia, HAL,...), FAM was replaced by Gamin, I got him to love Torsmo,... I even got his IPW2200 WiFi link working, jay! Today was a good day ;-)

One more thing on the todo list tough: get lm-sensors on his Intel 825200 or whatever chipset... Anyone got this working? B-)


I worked some more on the PHP LDAP Class generator. Actually, this isn't an LDAP based project anymore, rather a bundle of libs I'm creating to write out PHP class files, and I'm using that work to do the LDAP stuff.

Member functions were done, which means at the moment you can:
- Create a class, define it's superclass (optionally), and add required files
- Add member variables
- Add member functions

Only getMemberFunction and setMemberfunction are implemented (like:

$g = getMemberFunction( "_test" );
echo $g->toString();

will output

function getTest() {
        return $this->_test;
}

Watch the underscore handling :-)

A setMemberFunction does +- the same thing, only it generates code to set a specific member variable.
The functionwriter still needs to write out PHPDoc function information. The necessary member variables are in the class, but the toString() function doesnt generate it yet.

Once that's done, two thing left to do: add Class PHPDoc information, and testing of course.

I'm quite certain this functionallity could be usefull for other people too, so maybe I'll release the code once I think it's mostly "done".


Finally I installed Coppermine. It's quite nice to work with, altough I couldn't find any theme I really like, and it has some more issues (like, not reading EXIF data on a batch import). You can check it out here.


I think I'll get my dad's old PC (an HP P4 1.9) this weekend, finally :-D This implies I'll be able to run Gentoo and more generally Linux on a decent machine :-) I hope I'll be able to start some more development again (after my exams @ university, of course). I got a long list of thing's I'd like to see working in Linux/Gnome ;-)

Permalink . Ikke . 10:50:41 pm . 367 Words . Technology, Linux, Desktop . . 459 views . 3 comments