~ubuntu-branches/debian/sid/pyro/sid

« back to all changes in this revision

Viewing changes to examples/Readme.txt

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Zeimetz, Sandro Tosi, Bernd Zeimetz
  • Date: 2009-05-25 14:26:23 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090525142623-31cqgb2pdff6c1az
Tags: 3.9.1-1
[ Sandro Tosi ]
* debian/control
  - switch Vcs-Browser field to viewsvn

[ Bernd Zeimetz ]
* New upstream release.
* debian/patches/usr-bin-env-location.dpatch:
  - Dropping patch, applied usptream. 
* debian/control, debian/rules:
  - Dropping dpatch build-dep and include, not needed anymore. 
* Switching to python-support and dh 7.
* Bumping Standards-Version to 3.8.1. 
* Dropping maintainer scripts, dh creates them properly. 
* Adding missing ${misc:Depends}. 
* Fix several file permissions in the examples package.
* Add symlink to the actual docu in pyro-examples. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
logging           - test the logging facility
29
29
maxclients        - example to test limit on simultaneous connections
30
30
multithread       - shows need of multithreading server
 
31
mobilehierarchy   - shows that mobile code can process a hierarchy of needed modules    
31
32
naming            - shows naming functions
32
33
NS_sec_plugins    - shows the connection validator plugin feature of the NS
33
34
noNS              - how to use Pyro without a Name Server (not recommended)
34
35
oneway            - shows how oneway calls work in the background
 
36
proxysharing      - shows the sharing of proxies over different threads
35
37
quickstart        - shows the use of the Pyro.ext.remote module which makes using Pyro extremely easy, and a 'pyrorun' script which makes it even easier (no more server code needed!)
36
38
quickstart-noNS   - like "quickstart" but doesn't use the Name Server
 
39
sessions          - show use of TLS and user-session resource objects.
37
40
simple            - a simple generic test
38
41
ssl               - shows how to use the Secure Socket Layer (SSL) features
39
42
stockquotes       - shows the use of the Event Service for stock quotes