From 418881fc32f7ed3d1de97fa5545efb1bfcf62ebb Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Fri, 27 Mar 2020 21:13:42 -0500 Subject: [PATCH] removed searchengine plugin files for now since no work being done --- .../default-plugins/searchengine/info.json | 5 ---- .../default-plugins/searchengine/main.py | 24 ------------------- 2 files changed, 29 deletions(-) delete mode 100755 static-data/default-plugins/searchengine/info.json delete mode 100755 static-data/default-plugins/searchengine/main.py diff --git a/static-data/default-plugins/searchengine/info.json b/static-data/default-plugins/searchengine/info.json deleted file mode 100755 index edae5a0e..00000000 --- a/static-data/default-plugins/searchengine/info.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name" : "searchengine", - "version" : "0.0.0", - "author" : "0gitnick" -} diff --git a/static-data/default-plugins/searchengine/main.py b/static-data/default-plugins/searchengine/main.py deleted file mode 100755 index 7970660b..00000000 --- a/static-data/default-plugins/searchengine/main.py +++ /dev/null @@ -1,24 +0,0 @@ -''' - Onionr - Private P2P Communication - - Search engine plugin for Onionr, to search for -''' -''' - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -''' - - -plugin_name = 'searchengine' - -