Updated documentation
This commit is contained in:
parent
244fe09a2f
commit
8789ab9433
|
@ -6,7 +6,8 @@ You'll need the following python modules:
|
||||||
|
|
||||||
* pyGTK
|
* pyGTK
|
||||||
* dateutil
|
* dateutil
|
||||||
* twitter (the dev version, not 0.6), along with my patches (included here)
|
* python-oauth
|
||||||
|
* python-twitter (the dev version, not 0.6), along with my patches (included here)
|
||||||
|
|
||||||
|
|
||||||
For the twitter module, you can download and install it with:
|
For the twitter module, you can download and install it with:
|
||||||
|
|
3
TODO
3
TODO
|
@ -2,8 +2,6 @@ This is a list of things that still need doing. It includes short-, medium-, an
|
||||||
|
|
||||||
features:
|
features:
|
||||||
|
|
||||||
* Support OAuth. This really requires OAuth support in python-twitter, but the python-twitter team doesn't have OAuth ready. So I can either cobble together my own python-twitter tree entirely, with the oauth-python-twitter extension + patches, or wait on / work with the python-twitter team on getting oauth-python-twitter integrated.
|
|
||||||
|
|
||||||
* Make the buttons prettier
|
* Make the buttons prettier
|
||||||
* Add a graphical options menu
|
* Add a graphical options menu
|
||||||
* Come up with a better bloody name
|
* Come up with a better bloody name
|
||||||
|
@ -22,4 +20,3 @@ bugs:
|
||||||
considerable tweaks to python-twitter)
|
considerable tweaks to python-twitter)
|
||||||
* "ValueError: list.remove(x): x not in list" when trying to close a tab (error recurred after adding conversation support). Tabs can be reordered, then closed, as a workaround.
|
* "ValueError: list.remove(x): x not in list" when trying to close a tab (error recurred after adding conversation support). Tabs can be reordered, then closed, as a workaround.
|
||||||
* Links must be right-clicked on to activate - can't left-click on the link directly. This seems to be a pygtk issue
|
* Links must be right-clicked on to activate - can't left-click on the link directly. This seems to be a pygtk issue
|
||||||
* Bugs: File "/home/user/code/hrafn/apithreads.py", line 234: UnboundLocalError: local variable 'user' referenced before assignment
|
|
||||||
|
|
Reference in New Issue
Block a user