~ubuntu-core-dev/ubuntu-manpage-repository/ubuntu

« back to all changes in this revision

Viewing changes to cgi-bin/search.py

  • Committer: Dmitrijs Ledkovs
  • Date: 2013-10-18 15:36:42 UTC
  • Revision ID: dmitrijs.ledkovs@canonical.com-20131018153642-ahzht74ipn3qsj5k
Add trusty

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
else:
103
103
    lr = "en"
104
104
 
105
 
versions = dict(hardy="8.04 LTS", lucid="10.04 LTS", precise="12.04 LTS", quantal="12.10", raring="13.04", saucy="13.10")
 
105
versions = dict(lucid="10.04 LTS", precise="12.04 LTS", quantal="12.10", raring="13.04", saucy="13.10", trusty="14.04 LTS")
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>"