Re: [Opensim-dev] Changes to the OpenSimulator website

2009-09-21 Thread Justin Clark-Casey
+1. Sounds good to me if the manpower is available. One small thing - I hope by 'transport' you mean copy. I would rather the old wiki remains intact in some kind of archive location. I would suggest it would also be best to do the initial push for a website overhaul in a subdomain rather

Re: [Opensim-dev] Changes to the OpenSimulator website

2009-09-21 Thread Melanie
Having lots of experience with Drupal by now, i'd be willing to donate some time to set up a copy of my installation, which has many essential modules and some features not found in the standard install. Melanie Justin Clark-Casey wrote: +1. Sounds good to me if the manpower is available.

Re: [Opensim-dev] Thoughts on adding a generic key-value storage system to OpenSim?

2009-09-21 Thread Dahlia Trimble
Could this be structured in a way that makes it easily available to all modules? On Mon, Sep 21, 2009 at 1:06 PM, Melanie mela...@t-data.com wrote: This would go to OpenSim.Data.XXX.XXXGenericStore.cs It would implement an IGenericData inteface in namespace OpenSim.Data Melanie

Re: [Opensim-dev] Thoughts on adding a generic key-value storage system to OpenSim?

2009-09-21 Thread Hurliman, John
Formatting got messed up, that should have looked like this: // returns true if the key was found and data was updated, otherwise false if a new key row was added bool AddOrUpdateKeyValue(string context, string key, string value); // returns true if the key was found and deleted bool

Re: [Opensim-dev] Thoughts on adding a generic key-value storage system to OpenSim?

2009-09-21 Thread diva
+1 Hurliman, John wrote: Formatting got messed up, that should have looked like this: // returns true if the key was found and data was updated, otherwise false if a new key row was added bool AddOrUpdateKeyValue(string context, string key, string value); // returns true if the key was