Changeset 157 for pykoticon/trunk/README
- Timestamp:
- 06/08/06 19:52:44 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykoticon/trunk/README
r153 r157 79 79 Usage : 80 80 81 PyKotIcon is often used as a client side companion for the PyKota 82 print accounting solution, but in reality PyKotIcon is completely 81 PyKotIcon is often used as a client side companion of the PyKota 82 print accounting solution, with PyKota's pknotify command line tool 83 acting as a PyKotIcon client. But in reality PyKotIcon is completely 83 84 independant of PyKota, and can be used from any application 84 85 which can do remote procedure calls over XML-RPC. … … 170 171 171 172 173 IMPORTANT : PyKotIcon doesn't currently support encrypted connections, 174 so if you're afraid of sensitive information flying in the clear 175 over the nework, you should probably install a transparent secure 176 tunneling software like stunnel on both sides of each connection. 177 172 178 ==================================================================== 173 179