~parinporecha/gtg/hamster_plugin_minor_fixes

« back to all changes in this revision

Viewing changes to GTG/plugins/urgency-color.gtg-plugin

  • Committer: Izidor Matušov
  • Date: 2013-08-28 07:30:57 UTC
  • mfrom: (1306.1.24 port-to-configparser)
  • Revision ID: izidor.matusov@gmail.com-20130828073057-5kdd9ashb3o85n09
Port from configobj to ConfigParser
Cause configobj do not have an python3 port
It should be better to use official module instead third party one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[GTG Plugin]
2
 
Module=urgency_color
3
 
Name=Urgency Color
4
 
Short-description="Task urgency color-coding"
5
 
Description='''This plugin will calculate the urgency status of every of your currently active tasks and color-code it accordingly.
6
 
 
7
 
Color code
8
 
 
9
 
Assuming your settings are default:
10
 
Red means you are within the last 30% of days between the start-date and due-date, or your task is overdue.
11
 
Yellow means your task's start-date has passed.
12
 
Green means your task's start-date is oncoming.
13
 
'''
14
 
Authors=Wolter Hellmund <wolterh6@gmail.com>
15
 
Version=0.1
16
 
Enabled=False
 
2
module=urgency_color
 
3
name=Urgency Color
 
4
short-description=Task urgency color-coding
 
5
description=This plugin will calculate the urgency status of every of your currently active tasks and color-code it accordingly.
 
6
 
 
7
    Color code
 
8
 
 
9
    Assuming your settings are default:
 
10
    Red means you are within the last 30% of days between the start-date and due-date, or your task is overdue.
 
11
    Yellow means your task's start-date has passed.
 
12
    Green means your task's start-date is oncoming.
 
13
authors=Wolter Hellmund <wolterh6@gmail.com>
 
14
version=0.1
 
15
enabled=False