commit 49b67d53684f3758634129b916058db83975e9ed Author: mxmehl Date: Mon Apr 24 15:11:31 2017 +0200 initial commit diff --git a/diaspora/icon.png b/diaspora/icon.png new file mode 100644 index 0000000..80e80c2 Binary files /dev/null and b/diaspora/icon.png differ diff --git a/diaspora/icon.svg b/diaspora/icon.svg new file mode 100644 index 0000000..f1de2d1 --- /dev/null +++ b/diaspora/icon.svg @@ -0,0 +1,70 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/diaspora/index.js b/diaspora/index.js new file mode 100644 index 0000000..5c9f5a4 --- /dev/null +++ b/diaspora/index.js @@ -0,0 +1,2 @@ +// default integration (e.g messenger.com, ...) +module.exports = Franz => Franz; diff --git a/diaspora/package.json b/diaspora/package.json new file mode 100644 index 0000000..718b41f --- /dev/null +++ b/diaspora/package.json @@ -0,0 +1,23 @@ +{ + "name": "diaspora", + "version": "1.0.0", + "description": "Diaspora", + "main": "index.js", + "author": "Max Mehl ", + "license": "MIT", + "config": { + "serviceURL": "https://{teamID}", + "serviceName": "Diaspora", + "message": "Provide the Diaspora pod as Team ID (e.g. diasp.eu)", + "popup": [], + "hasNotificationSound": false, + "hasIndirectMessages": true, + "hasTeamID": true, + "customURL": false, + "hostedOnly": false, + "webviewOptions": { + "disablewebsecurity": "" + }, + "openDevTools": false + } +} diff --git a/diaspora/webview.js b/diaspora/webview.js new file mode 100644 index 0000000..8d854de --- /dev/null +++ b/diaspora/webview.js @@ -0,0 +1,3 @@ +module.exports = (Franz, options) => { + +} diff --git a/gnusocial/diaspora b/gnusocial/diaspora new file mode 120000 index 0000000..2626fa0 --- /dev/null +++ b/gnusocial/diaspora @@ -0,0 +1 @@ +/home/max/Dokumente/Selfcoded/franz-plugins/diaspora \ No newline at end of file diff --git a/gnusocial/icon.png b/gnusocial/icon.png new file mode 100644 index 0000000..4d6cd94 Binary files /dev/null and b/gnusocial/icon.png differ diff --git a/gnusocial/icon.svg b/gnusocial/icon.svg new file mode 100644 index 0000000..1cf2f86 --- /dev/null +++ b/gnusocial/icon.svg @@ -0,0 +1,70 @@ + + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + image/svg+xml + + + + + + + + + diff --git a/gnusocial/index.js b/gnusocial/index.js new file mode 100644 index 0000000..5c9f5a4 --- /dev/null +++ b/gnusocial/index.js @@ -0,0 +1,2 @@ +// default integration (e.g messenger.com, ...) +module.exports = Franz => Franz; diff --git a/gnusocial/package.json b/gnusocial/package.json new file mode 100644 index 0000000..bd838fb --- /dev/null +++ b/gnusocial/package.json @@ -0,0 +1,23 @@ +{ + "name": "gnusocial", + "version": "1.0.0", + "description": "GNU Social", + "main": "index.js", + "author": "Max Mehl ", + "license": "MIT", + "config": { + "serviceURL": "https://{teamID}", + "serviceName": "GNU Social", + "message": "Provide the GNU Social instance name as Team ID (e.g. quitter.no)", + "popup": [], + "hasNotificationSound": false, + "hasIndirectMessages": true, + "hasTeamID": true, + "customURL": false, + "hostedOnly": false, + "webviewOptions": { + "disablewebsecurity": "" + }, + "openDevTools": false + } +} diff --git a/gnusocial/webview.js b/gnusocial/webview.js new file mode 100644 index 0000000..8d854de --- /dev/null +++ b/gnusocial/webview.js @@ -0,0 +1,3 @@ +module.exports = (Franz, options) => { + +}