> From: Kirk MacKenzie <k...@silentnomorepublications.com>
> 
> Has anyone created a version of Mailman that integrates into a website's 
> webpages?

What do you want to see integrated?

It's trivial to have a mailing list sign-up form integrated into a website. 
This is from http://www.EcoReality.org, a MediaWiki site I modified:

        <div class="portlet"><div class="pBody">
        <form action="http://www.ecoreality.org/mailman/subscribe/advisory"; 
method="post" style="display:inline">
        <table border="0" cellpadding="1">
        <tr><td colspan="2"><div align="center"><i><b><font size="-2">Get our 
newsletter!</font></b></i></div></td></tr>
        <tr><td align="left">Name:</td> <td><input type="text" name="fullname" 
size="10" value=""></td></tr>
        <tr><td align="left">Email Address:</td> <td><input type="text" 
name="email" size="10" value=""></td></tr>
        <tr><td colspan="2"><div align="center"><input type="submit" 
name="Subscribe!" value="Subscribe!"></div></td></tr>
        </table>
        </form>
        </div>

I can't imagine needing other functions "integrated," but perhaps I simply lack 
imagination...

Regardless, all I did to integrate mailing list sign-up was to "observe" what 
the Mailman sign-up form was doing, and then I POSTed the same fields to it 
from a different form. I think it would be fairly easy to get Mailman to do 
anything you want in a similar manner. Just go to the form that does what you 
want to integrate, and look at the HTML source, copy, paste, modify, and Bob's 
your uncle!

Or perhaps I totally missed what it was you were asking for.

----------------
When it comes to happiness, money is not as important as, say, good health or 
good friends or a good marriage. -- Glenn Firebaugh
:::: Jan Steinman, EcoReality Co-op ::::




------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to