Re: [Sugar-devel] [FEATURE] [DESIGN] Semantic Web

2011-12-02 Thread Christophe Guéret
 Nice!

Thanks :)

I'd recommend moving the git repository to git.sugarlabs.org to
 facilitate collaboration with other Sugar developers.

Done! Everything is now in http://git.sugarlabs.org/semanticxo/main

There are four directories:
common = Code to compile the triple store and main API to dialog with it
datastore = Re-designed Journal datastore making use of the triple store
to store meta data
activity_browse = A browser for the content of Journals, the one on the
running Sugar but also of any other Sugar instance in the neighborhood
activity_sort = Simple game showing how an activity can use the triple
store to store all its data.

common used to be on Github, datastore was a fork on the Journal on
git.sugarlabs, the two activities where also on Github.
I'll close all these other locations and set up aliases to the new
location(s).

Cheers,
Christophe

PS: I forgot to properly tag the mail, this should be fixed now.
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [FEATURE] [DESIGN] Semantic Web

2011-12-02 Thread Walter Bender
2011/12/2 Christophe Guéret c.d.m.gue...@vu.nl


 Nice!

 Thanks :)

 I'd recommend moving the git repository to git.sugarlabs.org to
 facilitate collaboration with other Sugar developers.

 Done! Everything is now in http://git.sugarlabs.org/semanticxo/main

 There are four directories:
 common = Code to compile the triple store and main API to dialog with it
 datastore = Re-designed Journal datastore making use of the triple store
 to store meta data


Quick question: is the migration to the new datastore reversible? In other
words, if I try testing this, do I have any way to revert?

thanks.

-walter


 activity_browse = A browser for the content of Journals, the one on the
 running Sugar but also of any other Sugar instance in the neighborhood
 activity_sort = Simple game showing how an activity can use the triple
 store to store all its data.

 common used to be on Github, datastore was a fork on the Journal on
 git.sugarlabs, the two activities where also on Github.
 I'll close all these other locations and set up aliases to the new
 location(s).

 Cheers,
 Christophe

 PS: I forgot to properly tag the mail, this should be fixed now.






 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel




-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [FEATURE] [DESIGN] Semantic Web

2011-12-02 Thread Christophe Guéret
On 2 December 2011 15:28, Walter Bender walter.ben...@gmail.com wrote:



 2011/12/2 Christophe Guéret c.d.m.gue...@vu.nl


   Nice!

 Thanks :)

  I'd recommend moving the git repository to git.sugarlabs.org to
 facilitate collaboration with other Sugar developers.

 Done! Everything is now in http://git.sugarlabs.org/semanticxo/main

 There are four directories:
 common = Code to compile the triple store and main API to dialog with it
 datastore = Re-designed Journal datastore making use of the triple store
 to store meta data


 Quick question: is the migration to the new datastore reversible? In other
 words, if I try testing this, do I have any way to revert?

Yes for the reversibility, no for the content being shipped between the two
versions.
The new datastore replace the old one but don't erase its content. If you
use the script patch_my_xo (in common) to install the stuff you won't
have access to the entries currently in the Journal. If you create new
entries but then return to the standard Journal, you'll loose these new
entries but retrieve the previous ones.
This script patch_my_xo comes with two options, install and uninstall, to
patch (very brutally) the XO with SemanticXO stuff and revert it to its
original state.

Christophe
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel