~ubuntu-branches/ubuntu/trusty/g15daemon/trusty-proposed

« back to all changes in this revision

Viewing changes to WHAT_IS_G15DAEMON-WIP.txt

  • Committer: Bazaar Package Importer
  • Author(s): Giacomo Catenazzi
  • Date: 2007-10-09 13:28:56 UTC
  • Revision ID: james.westby@ubuntu.com-20071009132856-hptc4j3kitessuaj
Tags: upstream-1.9.0-wip.20070910
ImportĀ upstreamĀ versionĀ 1.9.0-wip.20070910

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This is the starting point of g15daemon 2.0.  It's a work in progress,
 
2
partially functional (it already does most of the stuff the previous version
 
3
did), and incredibly untidy...
 
4
 
 
5
This is simply here to test and stabilise the API of what will become 2.0
 
6
 
 
7
FEATURES:
 
8
- True Plugins 
 
9
- Synchronous Event-based architecture.
 
10
- Mostly backward-compatible with versions 1.0 & 1.2.* via the LCDServer plugin.
 
11
 
12
 
 
13
If you want to write a plugin, please see some examples in the plugin
 
14
folder.  If the current plugin API doesn't do something you think it should,
 
15
let us know, it's never too late to change.
 
16
 
 
17
TODO:
 
18
- re-write most of it, currently it's simply the old code modified to suit
 
19
the new architecture, and the new stuff is not much better...
 
20
- tidy up the code
 
21
- write some updated documentation
 
22
- write some plugins!
 
23
- write some more documentation and plugins...
 
24
- add config options to a configuration file..
 
25
- add menu functionality to the clock for plugin/g15daemon configuration
 
26
- ???