more markets, search function, and a bunch of minor things
[stockthis] / README
1 General Information
2 ===================
3 This file could be outdata, please see http://stockthis.garage.maemo.org
4 for updated information.
5
6 StockThis is a simple application to show quotes from the most important world markets.
7 Also, it shows graphs with the changes in different amount of time.
8 It gets data from Yahoo Finance.
9
10 It's written in Python language and uses the graphical libraries Hildon and GTK.
11
12 ## End-users ##
13
14 To get StockThis, you should go to its downloads page in maemo.org:
15 http://maemo.org/downloads/product/stockthis
16
17 Choose your operating system, and click in the green install arrow.
18
19 ## Developers ##
20
21 SharePy depends on the following python modules:
22
23 python-ystockquote
24
25 gtk, gobject, sys, thread, urllib
26
27 Optional modules are hildon, osso.
28
29 And distutils for manual installation.
30
31 The loading.gif icon has Creative Common license and it's got from:
32 http://commons.wikimedia.org/wiki/File:Loading.gif
33
34 StockThis is free software, released under GNU GPL license. See COPYING
35 file in this distribution for complete text of the license.
36
37 The web site is:
38     https://stockthis.garage.maemo.org/
39 releases are located at:
40     https://garage.maemo.org/frs/?group_id=957
41
42
43 Have fun, and if you want to contact me for any feedback (thank-yous,
44 bugreports, patches, etc) you can do so by emailing to:
45
46 Daniel Martín Yerga <dyerga@gmail.com>
47
48
49
50 Bug reports and contact
51 =======================
52
53 Report bugs and feature requests in stockthis bug base at
54
55 https://bugs.maemo.org/enter_bug.cgi?product=StockThis
56
57 You can also send email to dyerga@gmail.com if you don't feel like
58 using bug base, or have any questions/comments/beer.
59
60
61 SVN
62 ===
63
64 You can view the SVN repository in https://garage.maemo.org/scm/?group_id=957