sioc:Forum examples?

Hi all,

in the last SWAML release [1] it was published a sioc:Forum visor called
buxon [2]. I already added it on wiki of SIOC implementations [3].

So far it's been only tested with sioc:Forum's exported by SWAML [4].
Then we need more examples to test the tool.

I'm trying to make it works with the data [5] generated by another tool
[6], but it uses incompatible SIOC properties, as sioc:modified_at.

Then I would thank for any other example that helps me to certify that
Buxon works correctly.

Regards,

[1] http://developer.berlios.de/forum/forum.php?forum_id=22844
[2] http://swaml.berlios.de/images/screenshots/buxon_02.png
[3] http://esw.w3.org/topic/SIOC/Implementations
[4] http://swaml.berlios.de/demo/index.rdf
[5] http://b4mad.net/2006/05/30/googlegroups-sioc-dev.rdf
[6]
http://b4mad.net/datenbrei/archives/2006/05/30/generating-sioc-data-out-of-mailing-list-archives/

--
__ ___ _ _
\ \ / (_) |_(_)___ _ _ Sergio Fdez
\ \/\/ /| | / / / -_) '_| GNU/LiNUX User: #298803
\_/\_/ |_|_\_\_\___|_| Web: http://www.wikier.org/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "SIOC-Dev" group.
To post to this group, send email to sioc-dev@googlegroups.com
To unsubscribe from this group, send email to sioc-dev-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sioc-dev
-~----------~----~----~----~------~----~------~--~---

sioc:Forum examples?

Hi Sergio -

I've added SWAML (at last) to http://sioc-project.org/mailinglists

I've been playing around with Buxon, haven't gotten it to work with the
Drupal or WP exports yet... But then again I also get an error on your
test set, so maybe it's just me:

Total triples loaded: 810
Traceback (most recent call last):
File "./buxon.py", line 47, in goButtonClicked
buxon.drawTree(buxon.getPosts(uri))
File "./buxon.py", line 168, in getPosts
posts = self.cache.query()
File "/home/jbreslin/swaml-0.0.3/classes/cache.py", line 98, in query
buxon.messageBar('unknow problem parsing RDF at ' + self.uri)
NameError: global name 'buxon' is not defined

Any ideas?

Small note: another INSTALL file requirement for SWAML is gazpacho.

Great work :)

John.
--
Sergio Fdez wrote:
> Hi all,
>
> in the last SWAML release [1] it was published a sioc:Forum visor called
> buxon [2]. I already added it on wiki of SIOC implementations [3].
>
> So far it's been only tested with sioc:Forum's exported by SWAML [4].
> Then we need more examples to test the tool.
>
> I'm trying to make it works with the data [5] generated by another tool
> [6], but it uses incompatible SIOC properties, as sioc:modified_at.
>
> Then I would thank for any other example that helps me to certify that
> Buxon works correctly.
>
> Regards,
>
> [1] http://developer.berlios.de/forum/forum.php?forum_id=22844
> [2] http://swaml.berlios.de/images/screenshots/buxon_02.png
> [3] http://esw.w3.org/topic/SIOC/Implementations
> [4] http://swaml.berlios.de/demo/index.rdf
> [5] http://b4mad.net/2006/05/30/googlegroups-sioc-dev.rdf
> [6]
> http://b4mad.net/datenbrei/archives/2006/05/30/generating-sioc-data-out-of-mailing-list-archives/
>
>
>

--
Dr. John Breslin
DERI, NUI Galway
http://sw.deri.org/~jbreslin/
john.breslin@deri.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "SIOC-Dev" group.
To post to this group, send email to sioc-dev@googlegroups.com
To unsubscribe from this group, send email to sioc-dev-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sioc-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

sioc:Forum examples?

> I've added SWAML (at last) to http://sioc-project.org/mailinglists

Great! :-)

> I've been playing around with Buxon, haven't gotten it to work with the
> Drupal or WP exports yet...

I'm working to make Buxon more generic about the data source. I believe
that I know where it can be the problem, perhaps in a few days it'll be
fixed.

> But then again I also get an error on your test set, so maybe it's just me:
>
> Total triples loaded: 810
> Traceback (most recent call last):
> File "./buxon.py", line 47, in goButtonClicked
> buxon.drawTree(buxon.getPosts(uri))
> File "./buxon.py", line 168, in getPosts
> posts = self.cache.query()
> File "/home/jbreslin/swaml-0.0.3/classes/cache.py", line 98, in query
> buxon.messageBar('unknow problem parsing RDF at ' + self.uri)
> NameError: global name 'buxon' is not defined
>
> Any ideas?

uhmm... what ugly! I have already taken note of this bug [1], but it
would be interesting more information about the context and if the bug
is reproducible. Please, send me the details.

> Small note: another INSTALL file requirement for SWAML is gazpacho.

It's specified at README, but not at INSTALL file; now it's already
fixed at subversion.

> Great work :)

Thanks!, but still there is so much work to do...

Regards,

[1] http://swaml.berlios.de/bug/9399

--
__ ___ _ _
\ \ / (_) |_(_)___ _ _ Sergio Fdez
\ \/\/ /| | / / / -_) '_| GNU/LiNUX User: #298803
\_/\_/ |_|_\_\_\___|_| Web: http://www.wikier.org/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "SIOC-Dev" group.
To post to this group, send email to sioc-dev@googlegroups.com
To unsubscribe from this group, send email to sioc-dev-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sioc-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

sioc:Forum examples?

> uhmm... what ugly! I have already taken note of this bug [1], but it
> would be interesting more information about the context and if the bug
> is reproducible. Please, send me the details.

I think it's fixed with commit #372. Please John, try to checkout the
current development version from subversion and tell me if the bug is
really fixed.

Best regards and good night

--
__ ___ _ _
\ \ / (_) |_(_)___ _ _ Sergio Fdez
\ \/\/ /| | / / / -_) '_| GNU/LiNUX User: #298803
\_/\_/ |_|_\_\_\___|_| Web: http://www.wikier.org/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "SIOC-Dev" group.
To post to this group, send email to sioc-dev@googlegroups.com
To unsubscribe from this group, send email to sioc-dev-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sioc-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Mailing list -> GMail -> libgmail -> SWAML (Was sioc:Forum exam

I'm also using Python's libgmail to download messages from a GMail
account that I use for duplicating sioc-dev messages on the SIOC
website; so hoping to then apply swaml.py to the resulting mbox... Will
post up a link to the output when it's done.

This will be a nice demonstrator of SIOC (eating our own dogfood etc.!).

J.
--

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "SIOC-Dev" group.
To post to this group, send email to sioc-dev@googlegroups.com
To unsubscribe from this group, send email to sioc-dev-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sioc-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

sioc:Forum examples?

Hi Sergio et al.

Here are two sample SIOC fora (from WordPress and Drupal respectively):

http://www.johnbreslin.com/blog/index.php?sioc_type=site#weblog

http://sioc-project.org/sioc/forum/13

Great work with Buxon - love it!

Hope this helps,

John.

Sergio Fdez wrote:
> Hi all,
>
> in the last SWAML release [1] it was published a sioc:Forum visor called
> buxon [2]. I already added it on wiki of SIOC implementations [3].
>
> So far it's been only tested with sioc:Forum's exported by SWAML [4].
> Then we need more examples to test the tool.
>
> I'm trying to make it works with the data [5] generated by another tool
> [6], but it uses incompatible SIOC properties, as sioc:modified_at.
>
> Then I would thank for any other example that helps me to certify that
> Buxon works correctly.
>
> Regards,
>
> [1] http://developer.berlios.de/forum/forum.php?forum_id=22844
> [2] http://swaml.berlios.de/images/screenshots/buxon_02.png
> [3] http://esw.w3.org/topic/SIOC/Implementations
> [4] http://swaml.berlios.de/demo/index.rdf
> [5] http://b4mad.net/2006/05/30/googlegroups-sioc-dev.rdf
> [6]
> http://b4mad.net/datenbrei/archives/2006/05/30/generating-sioc-data-out-of-mailing-list-archives/
>
>
>

--
Dr. John Breslin
DERI, NUI Galway
http://sw.deri.org/~jbreslin/
john.breslin@deri.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "SIOC-Dev" group.
To post to this group, send email to sioc-dev@googlegroups.com
To unsubscribe from this group, send email to sioc-dev-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sioc-dev?hl=en
-~----------~----~----~----~------~----~------~--~---