This is a public chat log generated from the #semsol IRC channel.
15:54:13
hi
15:54:23
I'm having issues with ARC2 not refreshing the store
15:54:28
when I tell it to LOAD
15:57:25
ah, figured it out
15:57:29
LOAD cannot handle an absolute path
15:57:30
you mean, it doesnt add any triples?
15:57:35
:(
15:58:18
what sort of path did you use? I may be able to tweak the code
15:58:46
$store->query('LOAD </var/www/html/rdf_export/rdf_auto.xml'>
16:03:48
ah, right, ARC will turn it into a URI
16:04:27
http://lo.cal.ip/var/...
16:12:35
you can use BASE
16:13:50
BASE </var/www/html/rdf_export> LOAD <rdf_auto.xml>
16:15:05
that should work
16:19:57
ah
16:19:58
right
16:19:59
thanks.
16:24:31
yw
16:45:50
hrm, is there a way to refresh the store from outside a webpage
16:45:59
I'm trying to set up a script to do it automatically in the background
16:46:13
and it only seems to be working when I initiate it through a browser
16:46:20
I think it has to do with user permissions
16:46:48
danbri had a command line thingy...
16:47:26
http://danbri.org/words/2008/01/03/243
16:47:41
ah
16:47:42
great
16:47:44
thanks
16:48:14
np
16:48:33
this channel is quite the wealth of knowledge
16:48:48
:)
16:53:18
grr, not working
16:53:34
would I have to change permissions on anything?
16:56:50
not sure, didn't try it myself
16:57:25
ok
16:57:26
I'll figure it out
18:04:20
how do I delete a store fro mysql?
18:06:31
$store->drop()
18:12:41
ah
18:12:42
thanks
18:23:58
can you make drop() silent?
18:24:32
drop should be silent
18:24:54
ok, for some reason it spit out a lot of the content
18:25:00
not sure what was going on there
18:25:02
trying reset()
18:53:22
bengee uploads new ARC rev (2008-04-09) that fixes some dangerous doc url vs. doc base issues in the HTML RDF extractors
