/venus

To download this project, use:
bzr branch http://golem.ph.utexas.edu/~distler/code/venus/

« back to all changes in this revision

Viewing changes to filters/mememe.plugin

  • Committer: Jacques Distler
  • Date: 2009-01-09 22:11:25 UTC
  • mfrom: (107.1.2 venus)
  • Revision ID: distler@golem.ph.utexas.edu-20090109221125-znc05utxsv6nbzbe
From Sam Ruby

Show diffs side-by-side

added added

removed removed

426
426
 
427
427
  # technorati link
428
428
  a = li.newChild(None, 'a', None)
429
 
  tlink = 'http://technorati.com/blogs/'
 
429
  tlink = 'http://technorati.com/search/'
430
430
  if link.startswith('http://'):
431
431
    a.setProp('href',tlink + quote_plus(link[7:]))
432
432
  else: