MailmanWiki

This page is obsolete! The information/instructions included are probably invalid and thus should be used with care

Archiving from DEV/Web Interface Status as it is now obsolete.

Current Features

Currently Postorius has all basic management features, like creating lists and domains, editing list settings, moderating messages and, of course, (un)subscribing to/from lists. Authentication is handled by Django's own authentication app, or optionally by Mozilla's BrowserID service. So far it cannot handle all previously known user roles (list owner/moderator etc).

Road map

This is the road map for the next alpha relase:

https://launchpad.net/postorius/+milestone/1.0.0a2

Ideas, features and topics for the next releases (just a draft - feel free to add more. If you don't like what you see, add a comment or send an angry post to the dev mailing list):

Systers

Note

This section has been unchanged for a while and is possibly outdated.

Alongside the general web ui an extra django app for the Systers mailing list was developed as part of Anna Granudd's GSOC project:

The plan is that there will be the "normal"/standard UI/app which only uses the core DB and accesses this via the rest client. However, with the help of Django one can add databases which can be used for alternative UI's, such as the one from Systers. The extra DB could, for instance, include the following tables and content (although with this content the user table is probably redundant and can be removed):

Table "user"

Table mailing list

Table required

Of these, the mailing list and the user tables are already present in core and would be extended with this information.

MailmanWiki: DEV/Web Interface Status/2012 (last edited 2016-03-02 17:33:23 by SimonHanna)