Hi everybody I recently installed the sioc module. This module is an exporter for SIOC (Semantically-Interlinked Online Community) metadata. When browsing nodes or comments in forums or blogs, you will see SIOC links on the menu which will bring you to the corresponding metadata export. Now this is what is written on the help menu of sioc, but no link appear on my forums page.

Can anywone give me some help about this please??
PS: I tryed different versions of drupal including drupal 6.12 .11 .10 5.18 .17 .10 mixing them with the versions of sioc but none worked???

Comments

vm’s picture

you may get more help with this by filing a support request in the issue queue of the module in question. I don't know how widely used that module is and forum support for it may be thin.

quanton81’s picture

thanks a lot! :)

quanton81’s picture

I solved the problem. The link is not visible on the html page but is a link inside the html code so for example:
I create a forum entry and guess the id node of the page is 3 for example:

http://mysite/node/3

I should find a link inside the html code of that page in this way:

<link rel="media" type="application/rdf+xml" title="SIOC" href="http://mysite/sioc/node/3"/>

It's not a link as such, but a link for machine to follow which is contained in the HTML code of the page

Example:

<link rel="media" type="application/rdf+xml" title="SIOC" href="http://sioc-project.org/sioc/node/337"/>

see http://sioc-project.org/node/337 for an example, and search for the
tag above. The reason why it's not a usual link is that it is not intended to be read by humans (it's plain RDF/XMl data), but only by machine which can discover the link embedded in the HTML page.