From de796096f429f1d0d1a1c6fa8cc366bcefcbf7d5 Mon Sep 17 00:00:00 2001 From: Erlend Sogge Heggen Date: Thu, 28 Sep 2017 10:46:11 +0200 Subject: [PATCH] Updated Winter of Code 2018 Ideas List (markdown) --- Winter-of-Code-2018-Ideas-List.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Winter-of-Code-2018-Ideas-List.md b/Winter-of-Code-2018-Ideas-List.md index da8ab3f..85600f6 100644 --- a/Winter-of-Code-2018-Ideas-List.md +++ b/Winter-of-Code-2018-Ideas-List.md @@ -24,6 +24,18 @@ Discourse has a [catch-all chatroom integration](https://meta.discourse.org/t/ch - Stretch: Slash commands - Stretch: Post transcripts + +## PLUGIN: New backup providers + +Discourse has a [synchroniser-base](hhttps://meta.discourse.org/t/new-plugins-for-backups/68018?u=erlend_sh) plugin which integrates with a wide assortment of backup providers. Additional integrations can easily be added. + +#### Specs + +- Research viable new integrations: hubiC, Rackspace... +- Make a new backup provider. See [discourse-sync-to-googledrive](https://github.com/berlindiamonds/discourse-sync-to-googledrive) as an example. + +https://hubic.com/en/ + ## PLUGIN: Convert GIFs to MP4/WebP GIFs can be extremely bandwidth intensive. This could be mitigated by building a lightweight service that converts GIFs to the .mp4 or .webp (for supported browsers) format.