summaryrefslogtreecommitdiff
path: root/doc/todo/wishlist__58___Advanced_settings_for_xmpp_and_webdav.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-29 12:55:42 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-29 12:55:42 -0400
commit0dfc1d4e6eb37aadaba47a210539b2438fba97f5 (patch)
treee0beee12909c581f06829060a93a72d6686ca730 /doc/todo/wishlist__58___Advanced_settings_for_xmpp_and_webdav.mdwn
parentbd2a9fb40ef0bbe812e8ea375a5caabd6e628ef2 (diff)
remove old closed bugs and todo items to speed up wiki updates and reduce size
Remove closed bugs and todos that were last edited or commented before 2017. Command line used: for f in $(grep -l '|done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=01-01-2017 --pretty=oneline -- "$f")" -a -z "$(git log --since=01-01-2017 --pretty=oneline -- "$d")" ]; then git rm -- "./$f" ; git rm -rf "./$d"; fi; done for f in $(grep -l '\[\[done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=01-01-2017 --pretty=oneline -- "$f")" -a -z "$(git log --since=01-01-2017 --pretty=oneline -- "$d")" ]; then git rm -- "./$f" ; git rm -rf "./$d"; fi; done
Diffstat (limited to 'doc/todo/wishlist__58___Advanced_settings_for_xmpp_and_webdav.mdwn')
-rw-r--r--doc/todo/wishlist__58___Advanced_settings_for_xmpp_and_webdav.mdwn9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/todo/wishlist__58___Advanced_settings_for_xmpp_and_webdav.mdwn b/doc/todo/wishlist__58___Advanced_settings_for_xmpp_and_webdav.mdwn
deleted file mode 100644
index 83f75bb93..000000000
--- a/doc/todo/wishlist__58___Advanced_settings_for_xmpp_and_webdav.mdwn
+++ /dev/null
@@ -1,9 +0,0 @@
-It would be very nice with an "advanced settings" for jabber and webdav support.
-
-Currently XMPP fails if you use a google apps account. Since the domain provided in the email is not the same as the XMPP server.
-
-Same goes for webdav support. If i have my own webdav server somewhere on the internet there is no way to set it up in the assistant.
-
-[[!tag /design/assistant]]
-
-> [[done]]; xmpp support has been removed --[[Joey]]