Python Community Server: Development

A weblog about programming in Python, C#, Java, Perl and C++ - and the occasional comment on PyCS development
new: discuss community servers on the CommunityServerWiki!

SunMonTueWedThuFriSat
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31

[ Jun ] [ Aug ]

the locals
also available in XML
Copyright (c) 2002 Phillip Pearson
spread the dot

2002-7-15

Taking a look at blogs.salon.com - behind the scenes.

It's 3.30am ... oh, why not; let's take a look at the techy details behind the much-publicised-but-not-yet-official blogs.salon.com :-)

64.75.32.139 is the static server (Apache 2.0.39).  On Win2K, apparently, and at Exodus.  Note that rcs.userland.com is at 64.75.32.138, so it's probably a box in UserLand's rack there.

b!X noticed the comment server URL (from weblogs.com) - presumably this (rcs.salon.com) is a copy of Manila running RCS (ask Netcraft).  Is it listening to us with XML-RPCThis is promising.

phil@icicle:~$ python
Python 2.2.1 (#1, Apr 21 2002, 08:38:44)
>>> import xmlrpclib
>>> s = xmlrpclib.Server( 'http://rcs.salon.com/RPC2' )
>>> s.radioCommunityServer.getInitialResources()
{'commentsPageUrl': 'http://rcs.salon.com/rcsComments/comments'}

Yes!

Updated: Here's a quick note to stake a place as user #2 :)  It looks like the static server is password-protected now, so you won't be able to see it ...

Referrers: kottke effbot dave b!X

Comment on this post [ so far]