~gilir/screenlets/trunk-core-remerge

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
69
--------------------------------------------------------------------------------
 Universal Applets (c) 2008  by Natan Yellin (Aantn) <aantny@gmail.com>
 based on Screenlets, see https://launchpad.net/screenlets for original authors
--------------------------------------------------------------------------------

This software is released under the GNU Public License v3. You are free
to modify and copy this software unless you keep the above coypright 
notice and don' pretend this to be your work. The author gives you NO 
warranties at all.


--------------------------------------------------------------------------------
+ INFO:
--------------------------------------------------------------------------------
Universal-Applets is a widget framework for creating applets that can be displayed
in multiple places.

FEATURES

* Easy to use, easy to develop
* Hundreds of applets available
* Install and run Superkaramba themes
* Install google gadgets and other web widgets with the widget converter
* Load web apps just like prism
* Full compositing and non-compositing support
* Works with any modern Linux desktop
* Built in theming capabilities
* Ability to create fully scalable applets
* Built in drag&drop-support
* Automated storing of options (using ini or gconf)
* Controllable through customizable DBus-services
* Can be used together with compiz's widget-plugin to create a Dashboard-like feature as seen on OS X
* Free, open-source, and released under the GPL
* Uses cairo and GTK2 for drawing and windowing 


--------------------------------------------------------------------------------
+ INSTALLATION:
--------------------------------------------------------------------------------
Extract the archive into some directory. Navigate to that directory. 
As root-user run "make install" (Ubuntu users just add a leading "sudo"). 

By entering "make menu" (again as root) you can install .desktop-files for the
screenlets (not all, only the more stable ones). That allows easily adding 
your screenlets through the Applications-menu or the Alt+F2 dialog.

To generate the doxygen-documentation run "make doxydoc" 

--------------------------------------------------------------------------------
+ USAGE:
--------------------------------------------------------------------------------
- Use the Universal-Applets manager:
"universal-applets-manager'

- You can run each Universal-Applets individually with (e.g):
"python -u /usr/share/screenlets/Clock/ClockScreenlet.py". 

--------------------------------------------------------------------------------
+ BUGS:
--------------------------------------------------------------------------------

- Bugs and patches should be commited to https://bugs.launchpad.net/universal-applets/


--------------------------------------------------------------------------------
+ DEVELOPERS
--------------------------------------------------------------------------------
See AUTHORS file and https://launchpad.net/universal-applets/+topcontributors 
for full list of contributors.