File: README

package info (click to toggle)
topshelf 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 116 kB
  • ctags: 79
  • sloc: python: 541; makefile: 28
file content (68 lines) | stat: -rw-r--r-- 3,909 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
########################################################
# TopShelf - a current files manager applet, using GTK #
########################################################


The goal of TopShelf is to help a typical user manage their 'currently important files'. Such a user may have at any one time only a few files which are currently important; for example, a school paper, an ebook, etc. These files will generally be opened at least once a day. Now, the 'recent documents' facility in GNOME and others DEs is somewhat useful in helping to access such files, since typically they would indeed be recently used. However, the recently used files list can be overridden by temporary files, say, documents the user receives and reads just once; music files, dozens of which can be listened to in a single day; etc. The user can get annoyed when a currently important file is bumped off of the recent files list. TopShelf provides a solution for this.

TopShelf lets the user manage the list of currently important files. The main difference with the recent files list is that the currently important files list is explicitly managed by the user: files are added and removed only by direct request. Thus, the recent files list and TopShelf provide separate functionality: TopShelf gives guaranteed access to files the user asked for, like the examples given before (a school paper, an ebook being read, etc.), whereas the recent files list tries to guess by itself which files will be requested in the future based on past access (for example, a music file listened to once would be on the recent files list but not TopShelf).


Features:
=========

 * Run as a GNOME panel applet or standalone. This lets non-GNOME users run TopShelf. Simply run it from the commandline for this. Note that on Xfce specifically one can run GNOME panel applets, even though this is not GNOME, which might be better; see http://goodies.xfce.org/projects/panel-plugins/xfce4-xfapplet-plugin


Installation:
=============

Installing TopShelf from source should be as simple as "sudo make install" (or "make install" as superuser). There is no need to run "make" before.

Please file a bug if this doesn't work in your distro. TopShelf is developed and tested on Ubuntu, but is intended to work everywhere.


Notes:
======

* Upgrading TopShelf: If you currently have TopShelf on your panel, and you upgrade it, not all changes will be implemented until you restart it. You can do so by either removing TopShelf and re-adding it (which will *not* discard your list of files or preferences), or by reloading the gnome panel, which is easiest to do by logging out and logging in.


CHANGELOG:
==========

0.1 (Revision 18, Jan 12 2008):
---
	Basic functionality

0.2 (Revision 36, Jan 16 2008):
---
	Ability to run standalone, i.e., not in a GNOME panel
	Show directories with nice mimetype
	Icons without transparency issues and other aesthetic matters
	Show missing files with red filenames (good for pluggable USB drives etc.)
	"Open containing folder" action
	Help docbook and tooltips for assistance
	No longer a popup window (can be resized normally)
	Keyboard actions: escape to close window, delete to remove a file
	"Are you sure?" on removal
	Rightclick menu for files

	0.2.1 (Rev. 39): Changes to let TopShelf work in Python 2.4 (the "x if c else y" is 2.5 only)


TODO:
=====

	* Allow opening files with other apps than the default that gnome-open uses


Random brainstorming for the far-off future:
============================================

	- Backup. A single-click backup of all the files in the current files list, giving a compressed file which can be saved.
	- View stats. Show the last time the file was modified.
	- Integration with versioning systems: let the current files be version-managed.

...but the goal is not to create an overly-complex app, but rather a simple one to fulfill a simple function.