- From: Harry Halpin <hhalpin@ibiblio.org>
- Date: Wed, 23 Jul 2008 14:51:52 +0100
- To: "Johnson, Matthew C. (LNG-HBE)" <Matthew.C.Johnson@lexisnexis.com>
- Cc: semantic-web@w3.org
If you like Python, there's Chime's GRDDL implementation (grddl.py)[1], it's a quite small and nice piece of code that you might be able to get to do what you want. It isn't a daemon per se that listens and a given port, but adding this in would be possible. Not sure if this is what you want. Would need a more detailed description. I also think OpenLink supports GRDDL, and might have the low-level support you need to start as daemon. I'll let someone from OpenLink answer that question [2]. [1]http://www.w3.org/2001/sw/grddl-wg/td/GRDDL.py [2]http://esw.w3.org/topic/VirtuosoUniversalServer Johnson, Matthew C. (LNG-HBE) wrote: > > Hi all, > > > > I would like to experiment with GRDDL with content that is behind a > firewall. This means that I won’t be able to use services such as the > W3C GRDDL service. I know of Jena’s GRDDLReader and that Redland > supports GRDDL as a part of its library but I’m hoping someone knows > of a high level “package” that can be configured/built/installed > separately…something that is started as a daemon and just listens at a > given port. This would allow me to focus on what GRDDL can do rather > than having to first write the network code around the lower level > stuff. Does anyone know if such a thing exists at this point in > time? Thanks for the help. > > > > Matt Johnson >
Received on Wednesday, 23 July 2008 13:52:30 UTC