updated todo; fixed scale for netgraphs (sf.net feature request 1256921); fixed small...
[monky] / TODO
1 # $Id$
2
3 Heres a very simplified roadmap for Conky.  By no means does this mean any of this stuff will actually get implemented.
4
5 1.3.0 - probably end of august/beginning of sept
6         * make it rock-solid
7         * release ASAP
8
9 after 1.3.0 only maintenance releases will follow, no new features for the 1.x series
10
11 2.0.0 - hopefully by christmas at the latest
12         * rewrite core of Conky in C++
13         * implement new features like a cairo backend, network transparency, and whatever else
14         
15
16 ######################################
17 # POSSIBLE FEATURES TO ADD  #
18 ######################################
19
20 [jtan325] 
21
22 - math computation. for example, a user wants to know the total memory used by the top two memory-hogging processes, the user could do math operations, something like ${top mem 1} [+] ${top mem 2}, where "[" and "]" are special symbols (obviously this would be a bad choice of special symbol delimiter, but it's just for example) to denote a mathematical operation to perform and print the result. 
23
24 - stock quotes. not sure if this is something within conky's intended realm, but yeah, it'd basically query some free quote websites and the user would provide the stock symbol(s) or something. i know konfabulator! has a stock quotes widget...
25
26 - more customizable placement of information. users may not want everything in one big box, but rather, spread along the bottom/top of the screen. this would be pretty hard to code right, for varying levels of flexibility.