Tumblelog by Soup.io
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

February 09 2011

10:51

ScriptMarket/GetPageScript - MoinMoin

import urllib pageName = urllib.quote('דף עברי') url = urllib.urlopen('http://mydomain/mywiki/%s?action=raw' % pageName) text = unicode(url.read(), 'utf-8')