~ubuntu-branches/ubuntu/quantal/awstats/quantal

« back to all changes in this revision

Viewing changes to .pc/1009_hurd_url.patch/wwwroot/cgi-bin/lib/operating_systems.pm

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard, Sergey B Kirpichev, Jonas Smedegaard
  • Date: 2011-03-12 19:44:25 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110312194425-hn7bo427pgqw2smz
Tags: 7.0~dfsg-1
* New upstream release.
  Closes: bug#613447.

[ Sergey B Kirpichev ]
* Unfuzz patches.
* Update patch 1008.
* Drop obsolete patches.
* Fix +x bit on *.js in docs/examples
* Avoid asterisks in debian/NEWS entries, to please lintian.
* Fix recode bulgarian tooltips file as utf-8.
  Closes: bug#610632.
* Forward patches 0007 and 1015 upstream.
* Allow DM (Debian Maintainer) uploads.

[ Jonas Smedegaard ]
* Update copyright file:
  + Rewrite using Subversion rev.173 of draft DEP5 format.
  + Add some previously missed authors and licenses.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# If you want to add an OS to extend AWStats database detection capabilities,
4
4
# you must add an entry in OSSearchIDOrder, in OSHashID and in OSHashLib.
5
5
#-------------------------------------------------------
6
 
# $Revision: 1.28 $ - $Author: eldy $ - $Date: 2009/10/25 11:32:50 $
 
6
# $Revision: 1.31 $ - $Author: eldy $ - $Date: 2010/08/04 10:55:08 $
7
7
 
8
8
# 2005-08-19 Sean Carlos http://www.antezeta.com/awstats.html
9
9
#              - added specific Linux distributions in addition to 
13
13
 
14
14
#package AWSOS;
15
15
 
 
16
# Relocated from main file for easier editing
 
17
%OSFamily = (
 
18
        'win'   => 'Windows',
 
19
        'mac'   => 'Macintosh',
 
20
        'linux' => 'Linux',
 
21
        'bsd'   => 'BSD'
 
22
);
16
23
 
17
24
# OSSearchIDOrder
18
25
# This list is used to know in which order to search Operating System IDs
121
128
%OSHashID       = (
122
129
# Windows OS family
123
130
'windows[_+ ]?2005','winlong','windows[_+ ]nt[_+ ]6\.0','winlong',
124
 
'windows[_+ ]?2008','win2008','windows[_+ ]nt[_+ ]6\.1','win2008',
 
131
'windows[_+ ]?2008','win2008','windows[_+ ]nt[_+ ]6\.1','win7',
125
132
'windows[_+ ]?vista','winvista','windows[_+ ]nt[_+ ]6','winvista',
126
133
'windows[_+ ]?2003','win2003','windows[_+ ]nt[_+ ]5\.2','win2003',
127
134
'windows[_+ ]xp','winxp','windows[_+ ]nt[_+ ]5\.1','winxp', 'syndirella', 'winxp',
193
200
'cp/m','cp/m',
194
201
'crayos','crayos',
195
202
'dreamcast','dreamcast',
196
 
'iphone[_+ ]os','iphone',
 
203
'iphone[_+ ]os','ios',
197
204
'risc[_+ ]?os','riscos',
198
205
'symbian','symbian',
199
206
'webtv','webtv',
208
215
#-----------------------------------------------------------
209
216
%OSHashLib      = (
210
217
# Windows family OS
 
218
'win7','<a href="http://www.microsoft.com/windows/" title="Windows 7 home page [new window]" target="_blank">Windows 7</a>',
211
219
'winlong','<a href="http://www.microsoft.com/windows/" title="Windows Vista home page [new window]" target="_blank">Windows Vista (LongHorn)</a>',
212
220
'win2008','<a href="http://www.microsoft.com/windowsserver2008/" title="Windows 2008 home page [new window]" target="_blank">Windows 2008</a>',
213
221
'winvista','<a href="http://www.microsoft.com/windowsvista/" title="Windows Vista home page [new window]" target="_blank">Windows Vista</a>',
281
289
'cp/m','<a href="http://www.digitalresearch.biz/CPM.HTM" title="CP/M home page [new window]" target="_blank">CP/M</a>',
282
290
'crayos','<a href="http://www.cray.com/" title="CrayOS home page [new window]" target="_blank">CrayOS</a>',
283
291
'dreamcast','<a href="http://www.sega.com/" title="Dreamcast home page [new window]" target="_blank">Dreamcast</a>',
284
 
'iphone','<a href="http://www.apple.com/iphone/" title="iPhone home page [new window]" target="_blank">iPhone OS (iPhone/iPod)</a>',
 
292
'ios','<a href="http://www.apple.com/" title="Apple home page [new window]" target="_blank">iOS (iPhone/iPod/iPad/...)</a>',
285
293
'riscos','<a href="http://www.riscos.com/" title="RISC OS home page [new window]" target="_blank">RISC OS</a>',
286
294
'symbian','<a href="http://www.symbian.com/" title="Symbian OS home page [new window]" target="_blank">Symbian OS</a>',
287
295
'webtv','<a href="http://www.webtv.com/" title="WebTV home page [new window]" target="_blank">WebTV</a>',