~yoboy-leguesh/ubuntu-fr-doc/maj20150810a

« back to all changes in this revision

Viewing changes to inc/geshi/apt_sources.php

  • Committer: YoBoY
  • Date: 2012-10-24 19:05:18 UTC
  • mfrom: (114.1.3 maj-AdoraBelle)
  • Revision ID: yoboy.leguesh@gmail.com-20121024190518-bgtic5m3dt8gnzfn
Mise à jour de Dokuwiki 2012-10-13 "Adora Belle"
Application des patch ubuntu-fr d'optimisation
Ajout des thèmes ubuntu-fr
Ajout des plugins
Mise à jour des plugins box, orphanswanted, pageredirect, tag, cloud, forcepreview, pagelist
Désactivation de la nouvelle option d'envoie de notifications mail en html
Application des derniers patchs correctifs de Dokuwiki.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * ----------
5
5
 * Author: Milian Wolff (mail@milianw.de)
6
6
 * Copyright: (c) 2008 Milian Wolff (http://milianw.de)
7
 
 * Release Version: 1.0.8.8
 
7
 * Release Version: 1.0.8.11
8
8
 * Date Started: 2008/06/17
9
9
 *
10
10
 * Apt sources.list language file for GeSHi.
55
55
            'stable/updates',
56
56
            //Debian
57
57
            'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato', 'woody', 'sarge',
58
 
            'etch', 'lenny', 'sid',
 
58
            'etch', 'lenny', 'wheezy', 'sid',
59
59
            //Ubuntu
60
60
            'warty', 'warty-updates', 'warty-security', 'warty-proposed', 'warty-backports',
61
61
            'hoary', 'hoary-updates', 'hoary-security', 'hoary-proposed', 'hoary-backports',
65
65
            'feisty', 'feisty-updates', 'feisty-security', 'feisty-proposed', 'feisty-backports',
66
66
            'gutsy', 'gutsy-updates', 'gutsy-security', 'gutsy-proposed', 'gutsy-backports',
67
67
            'hardy', 'hardy-updates', 'hardy-security', 'hardy-proposed', 'hardy-backports',
68
 
            'intrepid', 'intrepid-updates', 'intrepid-security', 'intrepid-proposed', 'intrepid-backports'
 
68
            'intrepid', 'intrepid-updates', 'intrepid-security', 'intrepid-proposed', 'intrepid-backports',
 
69
            'jaunty', 'jaunty-updates', 'jaunty-security', 'jaunty-proposed', 'jaunty-backports',
 
70
            'karmic', 'karmic-updates', 'karmic-security', 'karmic-proposed', 'karmic-backports',
 
71
            'lucid', 'lucid-updates', 'lucid-security', 'lucid-proposed', 'lucid-backports',
 
72
            'maverick', 'maverick-updates', 'maverick-security', 'maverick-proposed', 'maverick-backports'
69
73
            ),
70
74
        3 => array(
71
75
            'main', 'restricted', 'preview', 'contrib', 'non-free',
141
145
    'TAB_WIDTH' => 4
142
146
);
143
147
 
144
 
?>
 
148
?>
 
 
b'\\ No newline at end of file'