~dpb/ubuntu-manpage-repository/remove-overflow-scroll

« back to all changes in this revision

Viewing changes to cgi-bin/search.py

  • Committer: Dustin Kirkland
  • Date: 2017-09-29 18:26:34 UTC
  • Revision ID: kirkland@ubuntu.com-20170929182634-mfcw85uxyty9hqqt
drop yakkety and wily;  add artful

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", wily="15.10", xenial="16.04 LTS", yakkety="16.10", zesty="17.04")
 
105
versions = dict(precise="12.04 LTS", trusty="14.04 LTS", xenial="16.04 LTS", zesty="17.04", artful="17.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>"