Older blog entries for term (starting at number 0)

Okay, so I fixed up my intro and finished looking through the person list. I'm positive I missed a person or two. :)

Been very busy with work and an exam I have tomorrow, but hopefully this weekend I can revamp what I've written so far of famemu. I had started to code it, but I decided I can do a far more powerful and simpler model. Originally, I was going to do a base entry struct, and then extend it for each of the objects I need (file, directory, host, etc). I started to write it, and I realized I'd be far better off going the opposite way: instead of everything knowing about the entry struct, having the entry struct know about everything. Fam will just create a FamemuEntry, and it'll just be passed the correct type (ie FAMEMU_ENTRY_TYPE_FILE). This means that I can just toss them all in as a list and I never have to be concerned with what's "inside".

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!