1
by Rico Pfaus
Bumped version to 0.0.11, creating new bazaar branch |
1 |
--------------------------------------------------------------------------------
|
169.1.341
by Przemyslaw Firszt
README update - needs to be reviewed! |
2 |
Universal Applets (c) 2008 by Natan Yellin (Aantn) <aantny@gmail.com> |
3 |
based on Screenlets, see https://launchpad.net/screenlets for original authors |
|
1
by Rico Pfaus
Bumped version to 0.0.11, creating new bazaar branch |
4 |
--------------------------------------------------------------------------------
|
5 |
||
6 |
This software is released under the GNU Public License v3. You are free |
|
7 |
to modify and copy this software unless you keep the above coypright |
|
8 |
notice and don' pretend this to be your work. The author gives you NO |
|
9 |
warranties at all.
|
|
10 |
||
11 |
||
12 |
--------------------------------------------------------------------------------
|
|
13 |
+ INFO:
|
|
14 |
--------------------------------------------------------------------------------
|
|
169.1.383
by aantny at gmail
Minor updates to the README file. |
15 |
Universal-Applets is a widget framework for creating applets that can be displayed
|
16 |
in multiple places.
|
|
359
by Helder
Updated readme files |
17 |
|
18 |
FEATURES
|
|
19 |
||
20 |
* Easy to use, easy to develop
|
|
169.1.383
by aantny at gmail
Minor updates to the README file. |
21 |
* Hundreds of applets available
|
359
by Helder
Updated readme files |
22 |
* Install and run Superkaramba themes
|
169.1.383
by aantny at gmail
Minor updates to the README file. |
23 |
* Install google gadgets and other web widgets with the widget converter
|
359
by Helder
Updated readme files |
24 |
* Load web apps just like prism
|
169.1.383
by aantny at gmail
Minor updates to the README file. |
25 |
* Full compositing and non-compositing support
|
26 |
* Works with any modern Linux desktop
|
|
27 |
* Built in theming capabilities
|
|
28 |
* Ability to create fully scalable applets
|
|
29 |
* Built in drag&drop-support
|
|
359
by Helder
Updated readme files |
30 |
* Automated storing of options (using ini or gconf)
|
169.1.383
by aantny at gmail
Minor updates to the README file. |
31 |
* Controllable through customizable DBus-services
|
32 |
* Can be used together with compiz's widget-plugin to create a Dashboard-like feature as seen on OS X |
|
33 |
* Free, open-source, and released under the GPL |
|
359
by Helder
Updated readme files |
34 |
* Uses cairo and GTK2 for drawing and windowing |
1
by Rico Pfaus
Bumped version to 0.0.11, creating new bazaar branch |
35 |
|
36 |
||
37 |
--------------------------------------------------------------------------------
|
|
38 |
+ INSTALLATION: |
|
39 |
--------------------------------------------------------------------------------
|
|
40 |
Extract the archive into some directory. Navigate to that directory. |
|
41 |
As root-user run "make install" (Ubuntu users just add a leading "sudo"). |
|
42 |
||
43 |
By entering "make menu" (again as root) you can install .desktop-files for the |
|
44 |
screenlets (not all, only the more stable ones). That allows easily adding |
|
45 |
your screenlets through the Applications-menu or the Alt+F2 dialog. |
|
46 |
||
169.1.341
by Przemyslaw Firszt
README update - needs to be reviewed! |
47 |
To generate the doxygen-documentation run "make doxydoc" |
1
by Rico Pfaus
Bumped version to 0.0.11, creating new bazaar branch |
48 |
|
49 |
--------------------------------------------------------------------------------
|
|
50 |
+ USAGE: |
|
51 |
--------------------------------------------------------------------------------
|
|
169.1.341
by Przemyslaw Firszt
README update - needs to be reviewed! |
52 |
- Use the Universal-Applets manager: |
169.1.370
by Przemysław Firszt
Change of name: screenlets-manager -> universal-applets-manager |
53 |
"universal-applets-manager'
|
359
by Helder
Updated readme files |
54 |
|
169.1.341
by Przemyslaw Firszt
README update - needs to be reviewed! |
55 |
- You can run each Universal-Applets individually with (e.g):
|
359
by Helder
Updated readme files |
56 |
"python -u /usr/share/screenlets/Clock/ClockScreenlet.py". |
57 |
||
58 |
--------------------------------------------------------------------------------
|
|
59 |
+ BUGS: |
|
60 |
--------------------------------------------------------------------------------
|
|
61 |
||
169.1.341
by Przemyslaw Firszt
README update - needs to be reviewed! |
62 |
- Bugs and patches should be commited to https://bugs.launchpad.net/universal-applets/ |
359
by Helder
Updated readme files |
63 |
|
64 |
||
65 |
--------------------------------------------------------------------------------
|
|
66 |
+ DEVELOPERS |
|
67 |
--------------------------------------------------------------------------------
|
|
169.1.342
by Przemyslaw Firszt
Updated AUTHORS file and added AUTHORS to README |
68 |
See AUTHORS file and https://launchpad.net/universal-applets/+topcontributors |
69 |
for full list of contributors. |