Hello everyone, I just had a look into Mailman again. The API seems to be very clear, even though I could not find any UML diagrams anywhere. However I found out that porting Mailman to Zope (as a Python Product) might be a very simple task. Due to the nature of the project, the implementation phase could be setup in a couple of independent steps: 1. Convert the HTML screens to Zope DTML and connect the functionality to Mailman. 2. Move storage of list and user info to the ZODB 3. Move archives to the ZODB. 4. Create a nice installer that can bind the latest Mailman release with Zope. I think a first alpha release could be produced in about 40-60 hours and the full-fledged Mailman Distribution beta in about 1.5 man-month (270 hours). In fact most of the API would not even need to change, since we just need to insert our modified API at specific places, such as database connectivity and saving processes. Later we could even provide a Mailman UserFolder and search functionality for the archive. For people that do not think that the ZODB is up to handling large archives, DBObjects could be used for transparent R2O mapping from PostGreSQL (or any other RDB). The reason I write is, because I wanted to know whether someone would be interested in helping with this project, that would start after mid-December... Help can be offered in terms of programming or financial support of course. Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Student Web2k - Web Design/Development & Technical Project Management
1. Convert the HTML screens to Zope DTML and connect the functionality to Mailman.
Okay, I just wrote a proof of concept by simulating the admin intro screen and it works just fine. The most amount of work will come from the HTML page translations into DTML. If you want to know how to setup and run Mailman for Zope, please send me an E-mail privately. Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Student Web2k - Web Design/Development & Technical Project Management
Stephan Richter wrote:
1. Convert the HTML screens to Zope DTML and connect the functionality to Mailman.
Okay, I just wrote a proof of concept by simulating the admin intro screen and it works just fine. The most amount of work will come from the HTML page translations into DTML.
Can I suggest you use ZPT rather than DTML and make your life easier in the long run? cheers, Chris
At 03:55 PM 12/2/2001 +0000, Chris Withers wrote:
Stephan Richter wrote:
1. Convert the HTML screens to Zope DTML and connect the functionality to Mailman.
Okay, I just wrote a proof of concept by simulating the admin intro screen and it works just fine. The most amount of work will come from the HTML page translations into DTML.
Can I suggest you use ZPT rather than DTML and make your life easier in the long run?
I haven't looked at ZPT at all yet, simply because I did not have to and usually my DTML is minimal, since I develop all logical features in Python in anyway. However, now that it becomes Zope Core Component that might be a possible choice. How do you think will ZPT be better (other than that DTML is not the future)? I just installed ZPT on the Mailman-Zope installation. I would like someone on the mailing list to convert the manage_admin.dtml script to manage_admin_zpt (I created the bare script already) inside this Zope Installation. I will give you the necessary access once you reply. Mmmh, actually, if you (anyone) is willing to work on it, what the heck, I give you FTP access (the restriction is that I have to know you from previous discussions) to the Zope Tree/Products as well, so you can start making some progress there as well. I will not have much time until exams are over, so I do not want to kill the momentum I seem to have generated (seeing my personal Inbox). I welcome everyone to help with the coding and will do my best to support you. Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Student Web2k - Web Design/Development & Technical Project Management
At 11:21 AM 12/2/2001 -0600, Stephan Richter wrote:
Mmmh, actually, if you (anyone) is willing to work on it, what the heck, I give you FTP access (the restriction is that I have to know you from previous discussions) to the Zope Tree/Products as well, so you can start making some progress there as well.
Cool, eight (8) people have now already access to my little development installation. Could this be a way of Extreme Programming remotely over the net? Well, I am certainly open for the test drive! Mmh, of course problems can arise in terms cancelling each others work, but if you work with versioning and CVS (for the Python Code maybe), you should be able to avoid that (assuming that everyone creates their own username, once they are in). It is certainly not made for a long-term condition, but I believe it will be great to address the most obvious initial issues. Once they are solved a design can be made with some "Getting Started" instructions and everyone can develop on their local machine. But I would still keep the test-Zope up and running, so people can check-in and test their latest advancements and there will be always a place where the latest functional code is publicly viewable and executable. Security is of course another issue, this is why I limited the access a little bit. But I think one must calculate with some of the security risks in order to increase development performance. That's it for now. If you want to be part of this little experiment, E-mail me and I give you the info you need. Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Student Web2k - Web Design/Development & Technical Project Management
participants (2)
-
Chris Withers -
Stephan Richter