aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfr33domlover <fr33domlover@web>2014-11-10 18:08:16 -0400
committeradmin <admin@branchable.com>2014-11-10 18:08:16 -0400
commit0c3647f26d4cdbf2e596f13c3eb59d3cb9fa91fc (patch)
tree02edd9258c43c88deb77b9378a04fb1298223a1c
parent26d1cd6ad725183f0172e5d5c135fc1713a94a53 (diff)
downloadikiwiki-0c3647f26d4cdbf2e596f13c3eb59d3cb9fa91fc.tar
ikiwiki-0c3647f26d4cdbf2e596f13c3eb59d3cb9fa91fc.tar.gz
Ask about forum/ML integration
-rw-r--r--doc/forum/proposal:_mailing_list_and_forum_integration.mdwn21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/forum/proposal:_mailing_list_and_forum_integration.mdwn b/doc/forum/proposal:_mailing_list_and_forum_integration.mdwn
new file mode 100644
index 000000000..57f2fc33a
--- /dev/null
+++ b/doc/forum/proposal:_mailing_list_and_forum_integration.mdwn
@@ -0,0 +1,21 @@
+For a while I've been wondering how to use a communication channel which can be
+accessed both by e-mail and web interface, while using ikiwiki's git repo. There
+are solutions like Drupal which can combine mailing lists and a forum, but then
+you lose the ikiwiki integration.
+
+So I had an idea:
+
+What if an ikiwiki server subscribes to a mailing list, and automatically posts
+under a "forum" page (like the [[/forum]] here) every time it gets a new e-mail?
+And when someone posts a new entry using git or the web UI, it can send an
+e-mail to the mailing list! (perhaps mark it somehow to avoid an infinite loop)
+
+Does something like this make sense? It can work not only with e-mail but also
+with other forum tools (e.g. Syndie). Are there any critical synchronization
+issues I'm missing? If not, I'd like to suggest this as a feature and add this
+to my todo list :-)
+
+Currently I have mail and forum separate, and I'd like to integrate them. If I
+get positive feedback, I'll start working on it at some point (soon, I hope).
+
+-- [[fr33domlover]]