Working on Projects Section
I’m currently working on a new ‘projects’ section for this site,
where I can post code, screenshots, etc. for the projects I’m
working on. It will be done eventually ;-). The delay right
now is in working out the storage format for each project’s info.
I’d rather not use MySQL, or any other database server, just
for the sake of simplicity and portability. Instead, I’m going
to use plain XML files. I just have to sit down and hash out
the DTD.
Actually, now that I think about it, what’s really holding me
back is the lack of a nice XML editor. Anybody know of a good
one that runs on Linux?