~ubuntu-branches/ubuntu/trusty/screenlets/trusty

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2011-02-24 00:51:35 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110224005135-p65cxwmpfwwy3woi
Tags: 0.1.2+bzr616-0ubuntu1
* New upstream snapshot.
 - Move individual screenlets into another source package.
 - Many bug fixes since 0.1.2.
* Convert to source format 3.0 (quilt).
* debian/patches
 - Removed all patches, merged upstream.
* debian/rules:
 - Convert to dh7.
 - Don't remove copies of feedparser, not in this package.
 - Don't remove empty directory for the individual screenlets.
* debian/screenlets.install:
 - Update installed files.
* debian/compat
 - Bump to level 7.
* debian/control:
 - Rewrite Depends and build-depends.
* README.Debian :
 - Mention mutter as a composite manager.
* debian/README.source:
 - Remove the README.source.
* debian/screenlets.manpages:
 - Add the manpages.
* debian/copyright:
 - Rewrite with dep5 style.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--------------------------------------------------------------------------------
2
 
  Screenlets - (c) 2008 by Whise (Helder Fraga) <helder.fraga@hotmail.com>
3
 
  Original author RYX (aka Rico Pfaus) <ryx@ryxperience.com> 
4
 
--------------------------------------------------------------------------------
 
1
#-------------------------------------------------------------------------------
 
2
# Screenlets - (c) 2007-2009 by RYX (aka Rico Pfaus) <ryx@ryxperience.com> 
 
3
#
 
4
# [for full list of contributors see AUTHORS file]
 
5
#-------------------------------------------------------------------------------
5
6
 
6
7
This software is released under the GNU Public License v3. You are free
7
8
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
notice and don't pretend this to be your work. The author gives you NO 
9
10
warranties at all.
10
11
 
11
12
 
64
65
need to install python-epydoc first). NOTE: this is the best one ;)
65
66
 
66
67
 
67
 
 
68
68
--------------------------------------------------------------------------------
69
69
+ USAGE:
70
70
--------------------------------------------------------------------------------
74
74
- You can run each Screenlet individually with (e.g):
75
75
"python -u /usr/share/screenlets/Clock/ClockScreenlet.py". 
76
76
 
77
 
- Use the command line utility(Some distros dont include it):
 
77
- Use the command line utility (some distros don't include it):
78
78
"screenletsd"
79
79
 
80
80
 
81
81
--------------------------------------------------------------------------------
82
82
+ BUGS:
83
83
--------------------------------------------------------------------------------
84
 
 
85
 
- Bugs and pathces should be commited to https://bugs.launchpad.net/screenlets/
 
84
- Bugs and patches should be committed to https://bugs.launchpad.net/screenlets/
86
85
 
87
86
 
88
87
--------------------------------------------------------------------------------
89
88
+ DEVELOPERS
90
89
--------------------------------------------------------------------------------
91
90
- Read the DEVELOPERS file or go to http://screenlets.org/index.php/Documentation
 
91
 
 
92