changeset 348:8ff113e2abcb

updated README and CHANGELOG
author Goffi <goffi@goffi.org>
date Mon, 30 May 2011 16:16:46 +0200
parents ea3e1b82dd79
children 3ec237e82aed
files CHANGELOG README
diffstat 2 files changed, 39 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Sun May 29 16:12:08 2011 +0200
+++ b/CHANGELOG	Mon May 30 16:16:46 2011 +0200
@@ -1,6 +1,27 @@
-v 0.1.1 (14/01/2010):
+All theses changelog are not exhaustive, please check mercurial repository for more details.
+
+v 0.2.0 (30/05/2011):
+    - new debug command in sat launcher script
+    - core: triggers
+    - news plugins: maildir, imap and smtp, SàT can now communicate with a Mail User Agent throught them
+    - bridge constructor, a generator which make bridge files from .ini. It can also generate doc in mediawiki format
+    - new plugin: XML log to send XML raw data throught DBus
+    - new plugin: XEP-0115 (entity capabilities)
+    - new plugin: XEP-0060 (Pubsub) and XEP-163 (Personal Eventing Protocol)
+    - DBus bridge: fixed introspection for dynamically aded methods and signals
+    - new plugin: XEP-277 (Microblogging over XMPP)
+    - fixed installation (Wokkel version is forced)
+    - bridge: added asynchrone methods management
+    - new plugin: group microbloging (groupblog)
+    - new plugin: XEP-0249 (direct MUC invitation)
+    - plugin Tarot: game can be automatically created, and fully played (but rules are not fully implemented yet)
+    - email added in registerNewAccount
+    - Social contract added (CONTRAT_SOCIAL) \o.
+    - Subscription scheme fixed
+    - new frontend: Libervia \o/ . Put in a separate package
+v 0.1.1 (14/01/2011):
 	- bug#1: fixed crash due to dbus.String
-v 0.1.0 (12/01/2010):
+v 0.1.0 (12/01/2011):
 	- urwid custom libs split as a new project: "urwid-satext"
 	- files reorganisation
 	- versioning now use a standard scheme (major.minor.increment+letter)
--- a/README	Sun May 29 16:12:08 2011 +0200
+++ b/README	Mon May 30 16:16:46 2011 +0200
@@ -1,4 +1,4 @@
-SàT v0.1.1
+SàT v0.2.0
 (c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011
 
 SàT is a XMPP (Jabber) client.
@@ -38,10 +38,10 @@
 * wix: a wxwidget frontend, the main graphical frontend
 * primitivus: a console interface client, for screen lovers
 * jp: the command line toolkit. The tool for geeks by geeks
+* libervia: the web frontend. It's in a different package, check libervia on the wiki: http://wiki.goffi.org/wiki/Libervia
 
 other frontends planed in the near future:
 
-* a web frontend
 * a KDE 4 frontend, as KDE is my main desktop environment
 
 
@@ -63,6 +63,9 @@
 
 ** Misc **
 
+You can find Primitivus shortcuts on the wiki: 
+http://wiki.goffi.org/wiki/Primitivus
+
 -- Shortcuts for Primitivus (temporary):
 C stands for "Ctrl"
 M stands for Meta wich is usually the "Alt" key
@@ -120,7 +123,7 @@
 SàT (jp) use ProgressBar (http://pypi.python.org/pypi/progressbar/2.2), a class coded by Nilton Volpato which allow the textual representation of progression.
 
 twisted:
-SàT is based on the twisted framework (http://twistedmatrix.com/trac/), a very great tools which offer a lot of protocols management. There are too many contributors to name them here, so take a look on the website :).
+SàT is heavily based on the twisted framework (http://twistedmatrix.com/trac/), a very great tool which offer a lot of protocols management. There are too many contributors to name them here, so take a look on the website :).
 
 wokkel:
 SàT use a library with high level enhancements on top of twisted, which is called wokkel (http://wokkel.ik.nu). Lot of thanks to Ralph Meijer and all other contributors.
@@ -131,11 +134,20 @@
 Urwid:
 Primitivus is based on Urwid (http://excess.org/urwid/) which saved me a lot of time. It's really a great library to easily make a sophisticated interface.
 
+Pyjamas:
+Libervia is built with a Pyjamas (http://pyjs.org), a Google Web Toolkit port for python, including Python to Javascript compiler, and Pyjamas Desktop which allow to execute the same application on the desktop or throught a browser. It's really an amazing tool.
+
+Pyfeed and Xe:
+SàT core and Libervia use pyfeed and xe (http://www.blarg.net/%7Esteveha/), 2 libraries made Steve R. Hastings really useful to parse/generate xml stuff as atom feeds.
+
+txJSON-RPC:
+Libervia use txJSON-RPC (https://launchpad.net/txjsonrpc), a twisted library to communicate with the browser's javascript throught JSON-RPC
+
 pictures found in frontends/src/wix/images/crystal/:
 These pictures come from Crystal clear, were made by Everaldo Coelho (www.everaldo.com) and YellowIcon (www.yellowicon.com). They are under LGPL V3 licence (see frontends/src/wix/images/COPYING.LESSER).
 Found on http://commons.wikimedia.org/wiki/File:Crystal_Clear_app_browser.png and http://commons.wikimedia.org/wiki/File:Crystal_Clear_app_cache.png
 
-pictures found in frontends/src/wix/images/cards/ :
+pictures found in frontends/src/wix/images/cards/ and /public/cards in Libervia:
 The Tarot cards pictures come from the deck found on wikicommons (the script used to cut them is available at frontend/src/wix/images/split_card.sh), and available at http://upload.wikimedia.org/wikipedia/commons/8/8d/Tarotcards.jpg under Creative Commons BY-SA. The authors shown on the site are Piast and Svick. The splitted cards are, according to the license, available under the same conditions.
 
 the powerfull ImageMagick (http://www.imagemagick.org/) is used by the script written to split the previously named picture.