Full localization

2006-07-14 Thread GinTon
I am working in the localization. It is in developing but I need some help, by now I would comments. Please read the next thread: http://groups.google.com/group/django-ecommerce/browse_thread/thread/ed90b6f909964621/0a04618cec26ad21 I started to show the correct addresses of every country in Satc

Support for Native XML Database (NXD)

2006-08-26 Thread GinTon
http://www.xml.com/pub/a/2001/10/24/follow-yr-nose.html?page=2 "Relational databases are particularly good for storing highly structured information, and not particularly good at managing semi-structured data. Semi-structured data is data that has some structure, but is not rigidly structured. A

Support for Native XML Database (NXD)

2006-08-26 Thread GinTon
http://www.xml.com/pub/a/2001/10/24/follow-yr-nose.html?page=2 "Relational databases are particularly good for storing highly structured information, and not particularly good at managing semi-structured data. Semi-structured data is data that has some structure, but is not rigidly structured. A

Re: Support for Native XML Database (NXD)

2006-08-26 Thread GinTon
[EMAIL PROTECTED] wrote: > I can't see any reason why you cant use an object database in Django, > its just that the admin interface to it won't work like the current > admin interface. As you can read in the down link I am trying to implementig the free specifications of OASIS (xNAL, xPIL). The

Re: Support for Native XML Database (NXD)

2006-08-28 Thread GinTon
[EMAIL PROTECTED] wrote: > GinTon wrote: > > > I think that would be a big step if we could implement a NXD in Django, > > but I don't speak of substitute a RDBMS by NXD else of using NXD when > > it was really necessary. > > I think you'd first have to

Re: Support for Native XML Database (NXD)

2006-08-30 Thread GinTon
My conclusion is that for storing XML data would be usefull ut using a ODBMS based on the ODMG 3.0 specification that incorporates advances in object database technology (e.g., replication), data management (e.g., spatial indexing), and data formats (e.g., XML) and to include new features into the

RDBMS vs ODBMS

2006-08-30 Thread GinTon
I have seen that for web applications is best far using a ODBMS: 1- Objects in an OODBMS can store an arbitrary number of atomic types as well as other objects. The fact that an OODBMS is better suited to handling complex,interrelated data than an RDBMS means that an OODBMS can outperform an RDBM

Re: RDBMS vs ODBMS

2006-08-30 Thread GinTon
Ian Holsman wrote: > yes.. > what exactly are you proposing here? > > with a OODBMS you shouldn't need any of the ORM functionality.. you > should be able to just use the other sections without > much worry i would suspect. > I wanted to know your opinions. Since of my view point I think that the

About licenses

2006-09-06 Thread GinTon
When I began to create several tables of data for the globalization I wanted to use a license of CC because GPL or BSD are more specific of software. I repeat, a license for data. http://satchmo.python-hosting.com/browser/trunk/satchmo/G11n/data/ http://creativecommons.org/licenses/by-sa/2.5/ Af

About licenses

2006-09-06 Thread GinTon
When I began to create several tables of data for the globalization I wanted to use a license of CC because GPL or BSD are more specific of software. I repeat, a license for data. http://satchmo.python-hosting.com/browser/trunk/satchmo/G11n/data/ http://creativecommons.org/licenses/by-sa/2.5/ Af

About licenses

2006-09-06 Thread GinTon
When I began to create several tables of data for the globalization I wanted to use a license of CC because GPL or BSD are more specific of software. I repeat, a license for data. http://satchmo.python-hosting.com/browser/trunk/satchmo/G11n/data/ http://creativecommons.org/licenses/by-sa/2.5/ Af

Re: About licenses

2006-09-06 Thread GinTon
Sorry this message was sent 3 times by a google error. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscrib

Re: About licenses

2006-09-06 Thread GinTon
Ian Holsman wrote: > the only 'viral' in my reading is '4b > as long as chris (the owner of the ecommerce code) is happy with the > type of CC license you put in there it should be fine. > The '4b' section simply leaves the author attribution very clear http://creativecommons.org/licenses/by/2.5/

Re: RDBMS vs ODBMS

2006-09-08 Thread GinTon
Zopdb is not based on the ODMG 3 specification but I have found a free ODBMS based on the ODMG 3 specification althought it only has programming interfaces for C++ and Java, but we would ask to authors an interface for python. http://www.eyedb.org/ It is very powerful, mature, safe, stable. I was

Re: RDBMS vs ODBMS

2006-09-08 Thread GinTon
Ian Holsman wrote: > On 08/09/2006, at 8:03 PM, GinTon wrote: > > > > > Zopdb is not based on the ODMG 3 specification but I have found a free > > ODBMS based on the ODMG 3 specification althought it only has > > programming interfaces for C++ and Java, but

Re: RDBMS vs ODBMS

2006-09-08 Thread GinTon
[EMAIL PROTECTED] wrote: > If it has C++ bindings then maybe SIP could help - > http://www.riverbankcomputing.co.uk/sip/ > > PyQT4 bindings made with SIP are realy nice :) These are the conclusions of several Python wrappers that shows that SIP generates the fastest wrappers: * Manual wrapping i

Re: RDBMS vs ODBMS

2006-09-17 Thread GinTon
GinTon wrote: > Anyway I contacted with eyedb.org in order to know its opinion about a > Python interface and the XML support. I received the following answer of Eric Viara, EyeDB.org: "We planned to introduce soon a plugin mechanism to facilitate the way to write language bindings s

Data for globalization

2006-10-15 Thread GinTon
I have been working in creating tables in format CSV for the globalization (G11n), so that they can be used in any project where it could be necessary or useful. You can see the tables on: http://satchmo.python-hosting.com/browser/trunk/satchmo/G11n/data/ And here you have the files for add/inte

Re: Data for globalization

2006-10-17 Thread GinTon
I see that it isn't interesting for django developers so "I go away with the music to another part". In the first I prefer to work with another community where there is more support. --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

Re: Data for globalization

2006-10-18 Thread GinTon
Thanks Russ for your message. I became angry because I have been working very hard during 2 or 3 months. I hoped that somebody said some idea for its possible implementation Using those data we could have fields as USStateField and PhoneNumberField for all countries (and validators). But I don't

Re: Data for globalization

2006-10-18 Thread GinTon
Jeremy Dunck wrote: > On 10/15/06, GinTon <[EMAIL PROTECTED]> wrote: > > And here you have the files for add/integrate them to any Django > > project: > > http://satchmo.python-hosting.com/file/trunk/satchmo/G11n/ > > http://satchmo.python-hosting.com/file/trun

Re: Data for globalization

2006-10-18 Thread GinTon
Todd O'Bryan wrote: > I've actually been thinking about this, recently. How would people feel > about a Field type that took a regex to validate input against. > > Or, to be even more wacky, how about providing callables that would > validate the input and normalize it? Something like > > def __in

Re: Data for globalization

2006-10-18 Thread GinTon
USStatefield. This field is used to validating the U.S. states (areas). http://code.djangoproject.com/browser/django/trunk/django/db/models/fields/__init__.py#L778 http://code.djangoproject.com/browser/django/trunk/django/forms/__init__.py#L941 http://code.djangoproject.com/browser/django/trunk/d

Re: Data for globalization

2006-10-18 Thread GinTon
I've moved all files about globalization to http://svn.webda.python-hosting.com/trunk/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developer

Re: Data for globalization

2006-10-18 Thread GinTon
I've created a new group for integrating G11n data in Django and Turbogears: http://groups.google.com/group/webda Please I need ideas to get the best possible integration. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gr

Re: Data for globalization

2006-10-19 Thread GinTon
Please, post your message in this group http://groups.google.com/group/webda I would to have all discussion related to globalization data in the same group. So it could be usefull for that anothers frameworks could implementing those data too. Thanks! --~--~-~--~~~-

Integration of globalization data in Django/TurboGears

2006-10-19 Thread GinTon
I have created several tables in CSV format with globalization data (G11n). There are tables for countries, areas, languages, countries & languages, time zones, phones. And they are licensed under a Creative Commons license. http://svn.webda.python-hosting.com/trunk/G11n_data/ I created a new di

Re: Integration of globalization data in Django/TurboGears

2006-10-20 Thread GinTon
The project web is activated http://webda.python-hosting.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To uns

Data for globalization

2006-10-22 Thread GinTon
I have been working in creating tables in format CSV for the globalization (G11n), so that they can be used in any project where it could be necessary or useful. You can see the tables on: http://satchmo.python-hosting.com/browser/trunk/satchmo/G11n/data/ And here you have the files for add/inte

Re: Data for globalization

2006-10-22 Thread GinTon
I also developed the Django models for those data: http://webda.python-hosting.com/browser/trunk/Django/I18n Please, post your message in this group http://groups.google.com/group/webda I would to have all discussion related to globalization data in the same group. So it could be usefull for tha

Re: Data for globalization

2006-10-25 Thread GinTon
James Bennett wrote: > If you'd be interested in helping to develop useful models for that > using this data, that'd be great :) James, I also developed the Django model and a loader. http://webda.python-hosting.com/browser/trunk/Django/I18n But now it's necessary that Django developers help wi