Changes between Version 1 and Version 2 of 0.5/CherryChat
- Timestamp:
- 08/21/08 18:51:43 (2 years ago)
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;"> 7 This 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 = 2 14 3 15 == Goal == … … 18 30 19 31 === !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: 21 33 {{{ 22 34 easy_install pyorbited