From: Adam R. <Ad...@Kn...> - 2003-02-22 04:25:16
|
Slowly but surely the mod_pubsub distribution is making improvements. mod_pubsub v0.6 tarball is now available for download: = https://sourceforge.net/project/showfiles.php?group_id=3D66293&release_id= =3D139122 New additions in version 0,6: 1. Added python_pubsub client library. 2. Fixed bug in pubsub.cgi that allows relative pathnames. 3. Added some command-line kn_tools: list_events.plx, = list_subtopics.plx, and list_routes.plx. 4. Modified sitewatch application to use new python_pubsub client. This includes some cvs check-ins I did today: a top-level index.html = that gives an overview of all the goodies in the distribution, and some = command-line utilities in kn_tools: kn_tools/list_events.plx kn_tools/list_subtopics.plx kn_tools/list_routes.plx usage is similar for all three utilities: give them two arguments, a = router uri and a topic name. example output: $ cd kn_tools $ perl list_subtopics.plx http://127.0.0.1:8000/kn/ /what chat [Fri Feb 21 15:53:30 2003] $ perl list_events.plx http://127.0.0.1:8000/kn/ /what/chat 391f7a28-2ff7-11d7-8dd2-6b61626f6f6d [Fri Feb 21 15:54:49 2003] 392100dc-2ff7-11d7-8dd2-6b61626f6f6d [Fri Feb 21 15:54:49 2003] 3a52ca12-2ff7-11d7-8dd2-6b61626f6f6d [Fri Feb 21 15:54:51 2003] 3a5450b2-2ff7-11d7-8dd2-6b61626f6f6d [Fri Feb 21 15:54:51 2003] 3af799e8-2ff7-11d7-8dd2-6b61626f6f6d [Fri Feb 21 15:54:52 2003] 3af921a0-2ff7-11d7-8dd2-6b61626f6f6d [Fri Feb 21 15:54:52 2003] $ perl list_routes.plx http://127.0.0.1:8000/kn/ /what/chat http://127.0.0.1:8000/kn/who/anonymous/s/981587186063738/kn_journal [Fri = Feb 21 15:54:00 2003] http://127.0.0.1:8000/kn/who/anonymous/s/280702445264073/kn_journal [Fri = Feb 21 15:55:10 2003] $ NOTE: you must include a trailing '/' at the end of the router URI, as = in the examples above. Adam P.S. -- We're on for a PubSub User Group meeting at Left at = Albuquerque's in downtown Palo Alto, on Tuesday February 25 at 8pm. = Next month, we'll do one further north, like in Redwood City. |