hello,
as i may have mentioned i've been working on a nodedb map and local information captive portal splash screen server thing for london. earle's been hacking, and the Rev. Rumble helped swat some bugs, thx!
it generates node homepages that look like this: (a simplified version goes on the access point splash screen) http://map.wirelesslondon.info/node/44153 with local information crawled from the semantic web, which for practical current purposes just means openguides. (hopefully http://b.evnt.org/ at some point, too.) i had some niggles...
- my spider died a few times because it ate toxic XML. i stuck an eval round each page it swallowed, but it'd be nice to not have to.
- the RDF links from the HTML category index pages (e.g. http://london.openguides.org/index.cgi?action=index;index_type=category;inde... are broken (they have null values for the GET parameters)
- what happened to http://dev.openguides.org (i get host not found?) if there wasn't a machine-interface HOWTO on there, i would like to add one - generally i would like to think about, and work with earle on making patches to, expose more openguides query type functions - e.g. "find things within N metres of X" - in RDF... maybe we can look at the XML character filtering too.
-jo
On Mon 21 Feb 2005, Jo Walsh jo@frot.org wrote:
- what happened to http://dev.openguides.org (i get host not found?)
I think you want http://openguides.org/dev/
Kake
On Mon 21 Feb 2005, Jo Walsh jo@frot.org wrote:
- my spider died a few times because it ate toxic XML. i stuck an eval round each page it swallowed, but it'd be nice to not have to.
Which pages did it break on?
- the RDF links from the HTML category index pages (e.g. http://london.openguides.org/index.cgi?action=index;index_type=category;inde... are broken (they have null values for the GET parameters)
London is running on custom templates; those links aren't in the distro templates because category index RDF doesn't exist yet. What would you like it to look like?
Kake
On Wed, Feb 23, 2005 at 05:50:31PM +0000, Kake L Pugh wrote:
Which pages did it break on?
i don't know! sadly my module spits them out unordered and it died before it could spit pit the page name, and when i eval()d it i didnt see the errors in all the feedback spew... i will log them in future. istr there are a couple of page names wth windows characters in them too; i can dig out my findings on that.
London is running on custom templates; those links aren't in the distro templates because category index RDF doesn't exist yet. What would you like it to look like?
oh, but e.g. http://london.openguides.org/index.cgi?action=index;index_type=category;inde... works just fine! i'd be happy for it to carry on looking like that... maybe a bit more wordnet-related ontology weirdness would be good.
zx
openguides-dev@lists.openguides.org