From 9007af45f6d0136c2b938eca30d3e842b537049b Mon Sep 17 00:00:00 2001 From: Diego Garcia Gangl Date: Fri, 17 Jan 2020 14:15:00 -0300 Subject: [PATCH] Add readme files for blacklisted plugins/backends Following the discussion in #222 --- GTG/backends/unmaintained/README.txt | 30 ++++++++++++++++++++ GTG/plugins/unmaintained/README.txt | 21 ++++++++++++++ README.md | 42 ---------------------------- 3 files changed, 51 insertions(+), 42 deletions(-) create mode 100644 GTG/backends/unmaintained/README.txt create mode 100644 GTG/plugins/unmaintained/README.txt diff --git a/GTG/backends/unmaintained/README.txt b/GTG/backends/unmaintained/README.txt new file mode 100644 index 0000000000..d7b2941736 --- /dev/null +++ b/GTG/backends/unmaintained/README.txt @@ -0,0 +1,30 @@ +These backends are unmaintained. Currently they don't work and we are looking +for new maintainers. They might eventually be deleted if no one steps up to fix +and support them. + +If you are interested in taking over one of these, let us know in the bug +tracker! + +--- + +Evolution synchronization service has dependencies: + * python3-evolution + * python3-dateutil + +Because of a bug in PyGTK (see https://bugs.launchpad.net/gtg/+bug/936183), +the synchronization service freezes GTG and the synchronization service can't be used. + +MantisBT synchronization service has a dependency: + * python3-suds + +Launchpad synchronization service has a dependency: + * python3-launchpadlib + +Gnote and Tomboy synchronization services has no external dependency. + +Identica and Twitter synchronization services are shipped with the local +version of Tweety library. + +Remember the Milk synchronization service is shipped with a library for RTM api. It has an external dependency: + * python3-dateutil + diff --git a/GTG/plugins/unmaintained/README.txt b/GTG/plugins/unmaintained/README.txt new file mode 100644 index 0000000000..7494c4eb86 --- /dev/null +++ b/GTG/plugins/unmaintained/README.txt @@ -0,0 +1,21 @@ +These plugins are unmaintained. Currently they don't work currently and we are +looking for new maintainers. They might eventually be deleted if no one steps +up to fix and support them. + +If you are interested in taking over one of these, let us know in the bug +tracker! + +--- + +"Bugzilla" plugin dependencies: + * python3-bugz + +"Hamster Time Tracker Integration" plugin needs a running instance of Hamster. + +"Notification area" plugin has only an optional dependence for systems +which supports indicators: + * python3-appindicator + +"Tomboy/Gnote" plugin needs a running instance of Tomboy or Gnote. + * python3-dbus + diff --git a/README.md b/README.md index c2f5b65e96..a1959962be 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,6 @@ external services) which needs additional packages to work correctly. ### DEPENDENCIES FOR PLUGINS -"Bugzilla" plugin dependencies: - * python3-bugz - "Export and print" plugin dependencies: * python3-cheetah * pdflatex @@ -64,45 +61,6 @@ Installable on Debian-based system via $ sudo apt-get install python3-cheetah pdftk pdfjam texlive-latex-base -"Hamster Time Tracker Integration" plugin needs a running instance of Hamster. - -"Notification area" plugin has only an optional dependence for systems -which supports indicators: - * python3-appindicator - -"Send task via email" plugin does not have any external dependencies. - -"Closed tasks remover" plugin does not have any external dependencies. - -"Tomboy/Gnote" plugin needs a running instance of Tomboy or Gnote. - * python3-dbus - -"Urgency Color" plugin does not have any external dependencies. - -### DEPENDENCIES FOR SYNCHRONIZATION SERVICES - -Evolution synchronization service has dependencies: - * python3-evolution - * python3-dateutil - -Because of a bug in PyGTK (see https://bugs.launchpad.net/gtg/+bug/936183), -the synchronization service freezes GTG and the synchronization service can't be used. - -MantisBT synchronization service has a dependency: - * python3-suds - -Launchpad synchronization service has a dependency: - * python3-launchpadlib - -Gnote and Tomboy synchronization services has no external dependency. - -Identica and Twitter synchronization services are shipped with the local -version of Tweety library. - -Remember the Milk synchronization service is shipped with a library for RTM api. It has an external dependency: - * python3-dateutil - -Remember the Milk is not maintained for a long time and might be potentially harmful. ### HOW TO USE GTG?