More documentation updates. Renamed the title bar, which was still using the abortive old name.

This commit is contained in:
Anna 2010-05-21 14:12:01 -04:00
parent 8789ab9433
commit 341baa0a0e
2 changed files with 10 additions and 7 deletions

View File

@ -22,10 +22,13 @@ For the twitter module, you can download and install it with:
This will install python-twitter in your ~/.local/lib directory, which python 2.6 will automatically include in PYTHONPATH. This will install python-twitter in your ~/.local/lib directory, which python 2.6 will automatically include in PYTHONPATH.
### Configuration
Copy the supplied hrafn.conf file to ~/.hrafn.conf, and edit it to suit your preferences. At a minimum, you need to change the [account] section to contain a valid twitter username and password. You can have multiple [account] sections, but they must be uniquely named, and the section name must start with 'account'.
### Usage ### Usage
Just run ./hrafn.py, and start playing around. Right now, it is best to run this file in-place; it expects twitterwidgets.py and default.glade to be in the same directory. Just run ./hrafn.py, and start playing around. Right now, it is best to run this file in-place; it expects all the .py files and default.glade to be in the same directory.
To register an account with hrafn, simply click File -> Add Account. An authorization screen will launch in your web browser. When you finish there, you should have a PIN. Copy this into the popup that hrafn created, and click 'ok'.
To search for a user, prepend the search with 'user: '.
After the first run, the program will write a file called ~/.hrafn.conf, with default configuration. Feel free to edit this file if needed.
If things get really mucked up, deleting ~/.hrafn.db will reset the application to a pristine state. You will have to re-authenticate, though.

View File

@ -5,7 +5,7 @@
<widget class="GtkWindow" id="window"> <widget class="GtkWindow" id="window">
<property name="visible">True</property> <property name="visible">True</property>
<property name="title" translatable="yes">Huginn</property> <property name="title" translatable="yes">Hrafn</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property> <property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property> <property name="modal">False</property>