aboutsummaryrefslogtreecommitdiff
path: root/templates/config/archive_layout.tmpl
blob: 4dae4556e942646963cb46b9ac384e2b208adc0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[%
   main_section = 'main'
   main_archive = 'us'
   standard_priority = 'optional'

   suite_aliases = {
		lucid => '10.04LTS',
		precise => '12.04LTS',
		quantal => '12.10',
		raring => '13.04',
		saucy => '13.10',
		   }

   section_titles = {
		main => g('Canonical supported Open Source software'),
		universe => g('Community maintained open source software'),
		multiverse => g('Software restricted by copyright or legal issues'),
		restricted => g('Proprietary drivers for devices'),
        }

   section_urls = {
        }

%]