~oubiwann/txstomp/main

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
2008.06.30

* Cleaned up mixed white in stomp.py files.
* Added an admin script for testing stomp.py, but stomp.py seems to be pretty
buggy...
* Added another reference project: pyactivemq.
* Cleaned up the mixed white space issues in stomper.
* Added an admin script for testing stomper.
* Fixed the stomper sender and receiver examples to use the new package
structure.

2008.06.29

* Created the main branch for txStomp development.
* Added a directory for putting other stomp code and evalutating it.
* Added stomp.py and stomper reference projects.
* Added an admin directory with useful scripts.
* Added library, test and setup.py placeholders.
* Made some changes to the stomper refernce project to make it more legible.
* Added some reference links in a file.
* Added an admin script for starting ActiveMQ.
* Added a commit+push admin script.