hello, I would like to contribute to midgrad for internationalization, integration with dreamweaver 3, and eventually integration into php4. For internationalization I had already designed something like midgard(small in comparison) but in php only, before I knew of midgard. However even if it worked pretty well on my linux box with 128 M of memory, it was too slow for my production server ( a sparc 2 64 M of memory). So I had to use only part of my system and use static pages instaed of database retrieved pages. With dreamweaver 3 , we have now an http api which will help me to get pages on the server and work on a pages, and then post it back. The only problem I have for this is the authentication, as I didn't yet found the way to store variables. Previously I used Dreamweaver 2 with an http dll module and it worked. I could get a page and save it back to my server using http request and a special module on my server. I think that using a tool like dreamweaver in addition to the web admin module could be great for midgard. let me know your feeling. for php4 integration I am not sure I can help but I may try. I joined the database scheme I used for my application. the Objects table holds general data about pages security, owner, etc... the joined table hold the object specific information : for instance for the page object you have languge code, title, content and header. I am providing this only to show you how I personnaly solved this problem. for midgard the scheme will surely be different. I look for your reply. carmelo.
-- This is The Midgard Project's mailing list. For more information, please visit the project's web site at http://www.midgard-project.org To unsubscribe the list, send an empty email message to address [EMAIL PROTECTED]

