thadeus, you may know that i have been developing a web2py blog application (http://github.com/mengu/blog), i am thinking of a migration script from wordpress to my app. would you like to help me on that?
On Dec 2, 1:20 am, Thadeus Burgess <[email protected]> wrote: > This is the reason I don't want to go any further with this than just a > python dictionary. > > My category system uses a modified preorder traversal tree. To port a > wordpress category tree, I would need to do some calculations on the data to > insert it correctly. Because I wrote my own preorder tree plugin, I would > definitely tie the import process into this. > > Other people will use just a straight parent relationship in the database. > > Some people will want their own table devoted to tags, others just want a > field in their posts table that holds tags. > > How can I honestly account for any kind of data format a person might want? > > -Thadeus > > On Tue, Dec 1, 2009 at 4:50 PM, Thadeus Burgess <[email protected]>wrote: > > > So, supply the default table-names for the data. > > > if those table names exist, with the field names, insert the data? > > > Have a default supply, but allow user to override. > > > This is becoming a plug-in :) > > > -Thadeus > > > On Tue, Dec 1, 2009 at 2:47 PM, mdipierro <[email protected]> wrote: > > >> You said: > >> > Since every site is different, and has different table > >> > structure, or checks that need to be performed on the data, I leave it > >> to > >> > the programmer to do this. > >> pehaps you can have an automatic default. > > >> On Dec 1, 10:55 am, Thadeus Burgess <[email protected]> wrote: > >> > create which models dynamically? > > >> > -Thadeus > > >> > On Tue, Dec 1, 2009 at 10:48 AM, mdipierro <[email protected]> > >> wrote: > >> > > u could create the models dinamically if you have tablenames and > >> > > record valu > > >> -- > > >> You received this message because you are subscribed to the Google Groups > >> "web2py-users" group. > >> To post to this group, send email to [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]<web2py%[email protected]> > >> . > >> For more options, visit this group at > >>http://groups.google.com/group/web2py?hl=en. -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

