~moon127/ubuntu-manpage-repository/bionic-as-lts

« back to all changes in this revision

Viewing changes to cgi-bin/search.py

  • Committer: Dustin Kirkland
  • Date: 2016-11-21 14:32:30 UTC
  • Revision ID: kirkland@ubuntu.com-20161121143230-5qsvdw7qt0o0yg53
added yakkety and zesty

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