]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/proposal:_mailing_list_and_forum_integration.mdwn
(no commit message)
[ikiwiki.git] / doc / forum / proposal:_mailing_list_and_forum_integration.mdwn
1 For a while I've been wondering how to use a communication channel which can be
2 accessed both by e-mail and web interface, while using ikiwiki's git repo. There
3 are solutions like Drupal which can combine mailing lists and a forum, but then
4 you lose the ikiwiki integration.
5
6 So I had an idea:
7
8 What if an ikiwiki server subscribes to a mailing list, and automatically posts
9 under a "forum" page (like the [[/forum]] here) every time it gets a new e-mail?
10 And when someone posts a new entry using git or the web UI, it can send an
11 e-mail to the mailing list! (perhaps mark it somehow to avoid an infinite loop)
12
13 Does something like this make sense? It can work not only with e-mail but also
14 with other forum tools (e.g. Syndie). Are there any critical synchronization
15 issues I'm missing? If not, I'd like to suggest this as a feature and add this
16 to my todo list :-)
17
18 Currently I have mail and forum separate, and I'd like to integrate them. If I
19 get positive feedback, I'll start working on it at some point (soon, I hope).
20
21 -- [[fr33domlover]]