On Sat, Oct 19, 2013 at 5:58 AM, Hugh Williams <hwilli...@openlinksw.com> wrote:
> Hi Andrea,

Hi Hugh,


> What is the actual version and build date of Virtuoso 6 being used, which
> can be obtained from the command:
>
> virtuoso-t -?

Virtuoso Open Source Edition (multi threaded)
Version 6.1.4.3127-pthreads as of Feb 15 2012
Compiled for Linux (x86_64-pc-linux-gnu)
Copyright (C) 1998-2011 OpenLink Software


> Depending on which version is being used there is also the following older
> method of customising fro Virtuoso SPARQL endpoint:
>
> http://www.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtCustomizeSPARQLEndpoint

Thank you for the link.

I got stuck for a moment there, but now it's clear: point number 1
says "Its source text resides in libsrc/Wi/sparql_io.sql"
So I
  cd /
and issued a
  find . -name *sparql_io*
no result of course: libsrc is not inside my local install path, but
inside the ubuntu package I installed.
So I looked into it and found it.

I found this answer very useful too:
http://www.mail-archive.com/virtuoso-users@lists.sourceforge.net/msg01853.html

I had a look inside libsrc/Wi/sparql_io.sql file just to try to have
an idea of what's going on under the hood.
Let me see if I understood correctly: back to my use case -where I
have to modify the content of <script> and <style> html elements, I
guess I have to patch/modify not only the procedure that creates the
sparql endpoint's <textarea> (which is named WS.WS."/!sparql/"), but
also the procedures responsible for the creation of the <style> and
<script> elements, named respectively WS.WS.SPARQL_ENDPOINT_STYLE and
WS.WS.SPARQL_ENDPOINT_JAVASCRIPT.
Am I wrong?
Do I have to follow the same instructions (those at the link you gave
me) for these last procedures too?
(I guess so ..but not completely sure)

Thanks for your patience
Kind regards
  Andrea


-- 
Andrea Bagnacani - altlabel
web: bagnacan.web.cs.unibo.it
twitter: @altlabel

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to