On Sun, Feb 01, 2004 at 02:10:02 +0100, Frank Barknecht wrote: > RDF-ing the site would be a natural thing to do, IMO. Data storage > might still be done inside a db server, but at least an RDF for > syndication should be provided. Then the content could get > cross-promoted on djcj.org, linuxadudio.org and similar sites. RDF servers tend to be databases underneath anyway (mines built on mysql) for speed and persistence reasons. You might be confusing RSS and RDF, RSS uses one RDF schema (and quite a popular one) but you generally use others in addition for domain specific things (like application and person metadata in this case). - Steve