From: "Brandon" <[email protected]> > So anyone coding in Java should use the library. Anyone > not coding in Java should probably use an RDF library for their language.
Fuck that for a joke. I've had enough of chasing source code, finding it needs n modules from n other websites, then discovering that several of these n modules each need another m modules from other sites, trying to compile the jumbled mess, finding it won't compile and work properly because it was a shoddy port from Linux, or the msvc project files are out of date, or versions mis-match, and finding myself up to my eyeballs in a shit job porting/debugging zillions of lines of other people's code, and bloating the shit out of my app and creating maintenance nightmares along the way. This may sound blasphemous, but I sometimes like to indulge in a little-known pastime called a 'life'. > <rdf:RDF > xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" > xmlns:dc="http://purl.org/dc/elements/1.1/"> > <rdf:Description rdf:about="blah"> > <dc:identifier>blah</dc:identifier> > </rdf:Description> > </rdf:RDF> THAT's what I was looking for. Now I can do the business with one sprintf() statement, instead of swimming in vats of binary pus. Thank you, buddy! :)) David ----- Original Message ----- From: "Brandon" <[email protected]> To: <devl at freenetproject.org> Sent: Tuesday, June 19, 2001 12:40 Subject: Re: [freenet-devl] Help - need boilerplate for keyindex record > > > Can someone please write in with some 'boilerplate' syntax for inserting a > > valid key index record in the valid RDF format? > > > > I (and many other client writers) need to be able to insert keyindex RDF > > keys without using the official key index client. > > The official key index client is actually a library with a thin command > line interface. So anyone coding in Java should use the library. Anyone > not coding in Java should probably use an RDF library for their language. > In the case of there being no decent RDF library (currently, only the case > with Perl, as far as I know), you can use this template: > > <rdf:RDF > xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" > xmlns:dc="http://purl.org/dc/elements/1.1/"> > <rdf:Description rdf:about="blah"> > <dc:identifier>blah</dc:identifier> > </rdf:Description> > </rdf:RDF> > > Replace "blah" with the key you want to insert. > > > _______________________________________________ > Devl mailing list > Devl at freenetproject.org > http://lists.freenetproject.org/mailman/listinfo/devl > _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
