Re: [Zope] How to export ZWiki contents in ZODB to MYSQL

2007-02-26 Thread Tino Wildenhain

Win Myint Aung schrieb:

Dear Members,
 
I am a newbie in Zope. please do me a favor. I am looking for some 
python scripts that can export Zwiki contents from ZODB to MYSQL.


Well, the script is easy in principle but you need to know how
the result in your MySQL should look like. So its basically
just traversing the object tree in zope, lookup the properties
and attributes with content and then rewrite them in the form
your application needs it.

Otoh, its a lot of work - what is the expected gain?

Regards
T.
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] How to export ZWiki contents in ZODB to MYSQL

2007-02-26 Thread Win Myint Aung
Dear Tino,

Thank you for your reply. Another big problem is I don't know how to start the 
python script. I would like to request any body to help me. Any draft script 
may be a good start for me.

Thanks.

- Original Message 
From: Tino Wildenhain [EMAIL PROTECTED]
To: Win Myint Aung [EMAIL PROTECTED]
Cc: zope@zope.org
Sent: Tuesday, February 27, 2007 1:12:39 PM
Subject: Re: [Zope] How to export ZWiki contents in ZODB to MYSQL


Win Myint Aung schrieb:
 Dear Members,
  
 I am a newbie in Zope. please do me a favor. I am looking for some 
 python scripts that can export Zwiki contents from ZODB to MYSQL.

Well, the script is easy in principle but you need to know how
the result in your MySQL should look like. So its basically
just traversing the object tree in zope, lookup the properties
and attributes with content and then rewrite them in the form
your application needs it.

Otoh, its a lot of work - what is the expected gain?

Regards
T.


 

We won't tell. Get more on shows you hate to love 
(and love to hate): Yahoo! TV's Guilty Pleasures list.
http://tv.yahoo.com/collections/265 ___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] How to export ZWiki contents in ZODB to MYSQL

2007-02-25 Thread Win Myint Aung
Dear Members,

I am a newbie in Zope. please do me a favor. I am looking for some python 
scripts that can export Zwiki contents from ZODB to MYSQL. 

Thanks.

Aung


 

Bored stiff? Loosen up... 
Download and play hundreds of games for free on Yahoo! Games.
http://games.yahoo.com/games/front___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )