diff --git a/mods/fpostit/README b/mods/fpostit/README deleted file mode 100644 index 39b7c57613..0000000000 --- a/mods/fpostit/README +++ /dev/null @@ -1,8 +0,0 @@ -fpostit - -original author: Devlon Duthied - -see his blog posting: -http://blog.duthied.com/2011/09/13/node-agnostic-friendika-bookmarklet/ - -original published at github https://github.com/duthied/Friendika-Bookmarklet diff --git a/mods/fpostit/fpostit.js b/mods/fpostit/fpostit.js deleted file mode 100644 index a6c75aba8f..0000000000 --- a/mods/fpostit/fpostit.js +++ /dev/null @@ -1,11 +0,0 @@ -javascript: (function() { - the_url = 'http://testbubble.com/fpostit.php?url=' + encodeURIComponent(window.location.href) + '&title=' + encodeURIComponent(document.title) + '&text=' + encodeURIComponent('' (window.getSelection ? window.getSelection() : document.getSelection ? document.getSelection() : document.selection.createRange().text)); - a_funct = function() { - if (!window.open(the_url, 'fpostit', 'location=yes,links=no,scrollbars=no,toolbar=no,width=600,height=300')) location.href = the_url; - }; - if (/Firefox/.test(navigator.userAgent)) { - setTimeout(a_funct, 0) - } else { - a_funct() - } -})() \ No newline at end of file diff --git a/mods/fpostit/fpostit.php b/mods/fpostit/fpostit.php deleted file mode 100644 index 962b9d8d4b..0000000000 --- a/mods/fpostit/fpostit.php +++ /dev/null @@ -1,148 +0,0 @@ -. - * - */ - -if (($_POST["friendica_acct_name"] != '') && ($_POST["friendica_password"] != '')) { - setcookie("username", $_POST["friendica_acct_name"], time()+60*60*24*300); - setcookie("password", $_POST["friendica_password"], time()+60*60*24*300); -} - -?> - -
- - - - - $content]; - - // echo "posting to: $url