~kirkland/ubuntu-manpage-repository/main

« back to all changes in this revision

Viewing changes to cgi-bin/search.py

  • Committer: Dustin Kirkland
  • Date: 2015-10-28 07:20:36 UTC
  • Revision ID: kirkland@ubuntu.com-20151028072036-f1guis93bxdz10iw
deprecate utopic

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
else:
103
103
    lr = "en"
104
104
 
105
 
versions = dict(precise="12.04 LTS", trusty="14.04 LTS", utopic="14.10", vivid="15.04", wily="15.10")
 
105
versions = dict(precise="12.04 LTS", trusty="14.04 LTS", vivid="15.04", wily="15.10")
106
106
distros = versions.keys()
107
107
distros.sort()
108
108
title_html += "<br><table border=2 cellpadding=5 cellspacing=0><tr><td><table cellspacing=0 cellpadding=5><tr>"