Changes between Version 1 and Version 2 of 0.5/CherryChat

Show
Ignore:
Timestamp:
08/21/08 18:51:43 (2 years ago)
Author:
adrian (IP: 71.135.108.123)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 0.5/CherryChat

    v1 v2  
    1 = CherryChat - an Orbited Tutorial = 
     1[[BR]] 
     2{{{ 
     3#!html 
     4<div style="color: black; border: 4px solid #336699; background-color: white;"> 
     5<div style="color:white; background-color:orange; font-size: 24px; padding: 5px;">Warning!</div> 
     6<p style="padding: 10px;"> 
     7This page applies to an older version of Orbited (Version 0.5) For info on the current version see the <a href="http://orbited.org/wiki/Documentation">main documentation</a>. 
     8</p> 
     9</div> 
     10}}} 
     11[[BR]] 
     12 
     13= !CherryChat - an Orbited Tutorial = 
    214 
    315== Goal == 
     
    1830 
    1931=== !PyOrbited === 
    20 [wiki:0.3/PyOrbited] is a library of Python implementations of the Orbited client API. It currently consists of a basic socket-based implementation, a twisted implementation, and a pyevent/libevent implementation. For our purposes we only need the basic implementation, but all three come with !PyOrbited. To install the library simply run: 
     32[wiki:0.3/PyOrbited PyOrbited] is a library of Python implementations of the Orbited client API. It currently consists of a basic socket-based implementation, a twisted implementation, and a pyevent/libevent implementation. For our purposes we only need the basic implementation, but all three come with !PyOrbited. To install the library simply run: 
    2133{{{ 
    2234easy_install pyorbited