validate-website 1.1.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
data/spec/core_spec.rb DELETED
@@ -1,10 +0,0 @@
1
- require_relative 'spec_helper'
2
-
3
- describe ValidateWebsite::Core do
4
- describe 'invalid options' do
5
- it 'raise ArgumentError on wrong validation_type' do
6
- proc { ValidateWebsite::Core.new({ color: false }, :fail) }
7
- .must_raise ArgumentError
8
- end
9
- end
10
- end
data/spec/crawler_spec.rb DELETED
@@ -1,91 +0,0 @@
1
- require_relative 'spec_helper'
2
-
3
- describe ValidateWebsite::Crawl do
4
- before do
5
- WebMock.reset!
6
- stub_request(:get, /#{SPEC_DOMAIN}/).to_return(status: 200)
7
- @validate_website = ValidateWebsite::Crawl.new(color: false)
8
- end
9
-
10
- describe 'options' do
11
- it 'can change user-agent' do
12
- ua = %{Linux / Firefox 29: Mozilla/5.0 (X11; Linux x86_64; rv:29.0) \
13
- Gecko/20100101 Firefox/29.0}
14
- v = ValidateWebsite::Crawl.new(site: SPEC_DOMAIN, user_agent: ua)
15
- v.crawl
16
- v.crawler.user_agent.must_equal ua
17
- end
18
-
19
- it 'can change html5 validator service url' do
20
- s = 'http://localhost:8888/'
21
- ValidateWebsite::Crawl.new(site: SPEC_DOMAIN,
22
- html5_validator_service_url: s)
23
- ValidateWebsite::Validator.html5_validator_service_url.must_equal s
24
- end
25
- end
26
-
27
- describe('cookies') do
28
- it 'can set cookies' do
29
- cookies = 'tz=Europe%2FBerlin; guid=ZcpBshbtStgl9VjwTofq'
30
- v = ValidateWebsite::Crawl.new(site: SPEC_DOMAIN, cookies: cookies)
31
- v.crawl
32
- v.crawler.cookies.cookies_for_host(v.host).must_equal v.default_cookies
33
- end
34
- end
35
-
36
- describe('html') do
37
- it 'extract url' do
38
- name = 'xhtml1-strict'
39
- file = File.join('spec', 'data', "#{name}.html")
40
- page = FakePage.new(name,
41
- body: open(file).read,
42
- content_type: 'text/html')
43
- @validate_website.site = page.url
44
- @validate_website.crawl
45
- @validate_website.crawler.history.size.must_equal 5
46
- end
47
-
48
- it 'extract link' do
49
- name = 'html4-strict'
50
- file = File.join('spec', 'data', "#{name}.html")
51
- page = FakePage.new(name,
52
- body: open(file).read,
53
- content_type: 'text/html')
54
- @validate_website.site = page.url
55
- @validate_website.crawl
56
- @validate_website.crawler.history.size.must_equal 98
57
- end
58
- end
59
-
60
- describe('css') do
61
- it 'crawl css and extract url' do
62
- page = FakePage.new('test.css',
63
- body: '.t {background-image: url(pouet);}
64
- .t {background-image: url(/image/pouet.png)}
65
- .t {background-image: url(/image/pouet_42.png)}
66
- .t {background-image: url(/image/pouet)}',
67
- content_type: 'text/css')
68
- @validate_website.site = page.url
69
- @validate_website.crawl
70
- @validate_website.crawler.history.size.must_equal 5
71
- end
72
-
73
- it 'should extract url with single quote' do
74
- page = FakePage.new('test.css',
75
- body: ".test {background-image: url('pouet');}",
76
- content_type: 'text/css')
77
- @validate_website.site = page.url
78
- @validate_website.crawl
79
- @validate_website.crawler.history.size.must_equal 2
80
- end
81
-
82
- it 'should extract url with double quote' do
83
- page = FakePage.new('test.css',
84
- body: ".test {background-image: url(\"pouet\");}",
85
- content_type: 'text/css')
86
- @validate_website.site = page.url
87
- @validate_website.crawl
88
- @validate_website.crawler.history.size.must_equal 2
89
- end
90
- end
91
- end
@@ -1 +0,0 @@
1
- .t { background-image: url(/image/42.png) }
@@ -1,239 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
- <html lang="fr">
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
- <title>Debian -- Le système d'exploitation universel </title>
6
- <link rev="made" href="mailto:webmaster@debian.org">
7
- <link rel="shortcut icon" href="favicon.ico">
8
- <meta name="Keywords" content="debian, GNU, linux, unix, open source, libre, DFSG">
9
- <meta name="Description" content="Debian GNU/Linux est une distribution libre du système d'exploitation GNU/Linux. Elle est développée et mise à jour grâce au travail de nombreux utilisateurs qui offrent leur temps et leurs efforts.">
10
- <meta name="Generator" content="WML 2.0.11 (19-Aug-2006)">
11
- <meta name="Modified" content="2010-10-22 23:28:09">
12
- <link rel="alternate" type="application/rss+xml"
13
- title="Annonces de sécurité Debian (titres seulement)" href="security/dsa">
14
- <link rel="alternate" type="application/rss+xml"
15
- title="Annonces de sécurité Debian (résumés)" href="security/dsa-long">
16
- <link href="./debian.css" rel="stylesheet" type="text/css">
17
- <link href="./debian-fr.css" rel="stylesheet" type="text/css" media="all">
18
- </head>
19
- <body>
20
- <div id="header">
21
- <div id="upperheader">
22
- <div id="logo">
23
- <a href="./"><img src="./logos/openlogo-nd-50.png" width="50" height="61" alt=""></a>
24
- <a href="./" rel="start"><img src="Pics/debian.png" width="179" height="61" alt="Projet Debian"></a>
25
- </div> <!-- end logo -->
26
- </div> <!-- end upperheader -->
27
- <!--UdmComment-->
28
- <div id="navbar">
29
- <p class="hidecss"><a href="#inner">Sauter le menu</a></p>
30
- <ul>
31
- <li><a href="intro/about">À propos de Debian</a></li>
32
- <li><a href="./News/">Actualités</a></li>
33
- <li><a href="distrib/">Obtenir Debian</a></li>
34
- <li><a href="./support">Assistance</a></li>
35
- <li><a href="./devel/">Le&nbsp;coin&nbsp;du&nbsp;développeur</a></li>
36
- <li><a href="./sitemap">Plan du site</a></li>
37
- <li><a href="http://search.debian.org/">Recherche</a></li>
38
- </ul>
39
- </div> <!-- end navbar -->
40
- </div> <!-- end header -->
41
- <!--/UdmComment-->
42
- <div id="outer">
43
- <div id="inner">
44
- <div id="leftcol">
45
- <!--UdmComment-->
46
- <ul>
47
- <li><a href="intro/about">À&nbsp;propos&nbsp;de&nbsp;Debian</a>
48
- <ul>
49
- <li><a href="./social_contract">Notre&nbsp;contrat&nbsp;social</a></li>
50
- <li><a href="./intro/free">Logiciel&nbsp;libre</a></li>
51
- <li><a href="./partners/">Partenaires</a></li>
52
- <li><a href="./donations">Dons</a></li>
53
- <li><a href="./contact">Nous&nbsp;contacter</a></li>
54
- </ul>
55
- </li>
56
- <li><a href="./News/">Actualités</a>
57
- <ul>
58
- <li><a href="./News/project/">Nouvelles du projet</a></li>
59
- <li><a href="./events/">Événements</a></li>
60
- </ul>
61
- </li>
62
- <li><a href="distrib/">Obtenir Debian</a>
63
- <ul>
64
- <li><a href="CD/vendors/">Vendeurs de CD</a></li>
65
- <li><a href="CD/">Images ISO de CD</a></li>
66
- <li><a href="distrib/netinst">Installation par le réseau</a></li>
67
- <li><a href="distrib/pre-installed">Préinstallée</a></li>
68
- </ul>
69
- </li>
70
- <li><a href="distrib/packages">Paquets&nbsp;Debian</a></li>
71
- <li><a href="doc/">Documentation</a>
72
- <ul>
73
- <li><a href="./releases/">Dernière&nbsp;version</a></li>
74
- <li><a href="./releases/stable/installmanual">Manuel&nbsp;d'installation</a></li>
75
- <li><a href="doc/books">Livres&nbsp;Debian</a></li>
76
- </ul>
77
- </li>
78
- <li><a href="./support">Assistance</a>
79
- <ul>
80
- <li><a href="./international/">Debian&nbsp;et&nbsp;l'international</a></li>
81
- <li><a href="./security/">Informations&nbsp;sur&nbsp;la&nbsp;sécurité</a></li>
82
- <li><a href="Bugs/">Rapports de bogues</a></li>
83
- <li><a href="MailingLists/">Listes&nbsp;de&nbsp;diffusion</a></li>
84
- <li><a href="http://lists.debian.org/">Archives&nbsp;des&nbsp;listes&nbsp;de&nbsp;diffusion</a></li>
85
- <li><a href="./ports/">Portages/Architectures</a></li>
86
- </ul>
87
- </li>
88
- <li><a href="misc/">Divers</a></li>
89
- <li><a href="./intro/help">Aider Debian</a></li>
90
- <li><a href="./devel/">Le&nbsp;coin&nbsp;du&nbsp;développeur</a></li>
91
- <li><a href="./sitemap">Plan du site</a></li>
92
- <li><a href="http://search.debian.org/">Recherche</a></li>
93
- </ul>
94
- <form method="get" action="http://search.debian.org/">
95
- <p>
96
- <input type="text" name="q" size="12">
97
- </p>
98
- </form>
99
- <p>
100
- <a href="./sponsor.html"><img src="sponsor_img.jpg" alt="Le site de notre sponsor" width="102" height="60"></a>
101
- </p>
102
- <p>
103
- <a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" width="88" height="31"></a>
104
- </p>
105
- <p>
106
- <img src="http://jigsaw.w3.org/css-validator/images/vcss"
107
- alt="Valid CSS!" width="88" height="31">
108
- </p>
109
- <!--/UdmComment-->
110
- </div> <!-- end leftcol -->
111
- <div id="maincol">
112
- <a href="./News/2009/20090214"><img src="Pics/lennybanner_indexed.png" alt="Debian 5.0 - Le système d'exploitation universel" width="380" height="310" style="margin-right: 10px; float: left;"></a>
113
- <h2>Qu'est-ce que Debian&nbsp;?</h2>
114
- <p><a href="http://www.debian.org/">Debian</a> est un système d'exploitation
115
- <a href="intro/free">libre</a> pour votre ordinateur. Un système d'exploitation
116
- est la suite des programmes de base et des utilitaires qui permettent à un
117
- ordinateur de fonctionner. Debian utilise le noyau
118
- <a href="http://www.kernel.org/">Linux</a> (le c&oelig;ur d'un système d'exploitation),
119
- mais la plupart des outils de base du système proviennent du
120
- <a href="http://www.gnu.org/">projet GNU</a>&nbsp;; d'où le nom GNU/Linux.</p>
121
- <p>Debian GNU/Linux est bien plus qu'un simple système d'exploitation&nbsp;:
122
- il contient plus de 25000
123
- <a href="distrib/packages">paquets</a>&nbsp;; les paquets sont des composants
124
- logiciels précompilés conçus pour s'installer facilement sur votre machine.</p>
125
- <p><a href="intro/about">Suite...</a>
126
- <hr>
127
- <h2>Pour commencer</h2>
128
- <p>La <a href="releases/stable/">dernière version stable de Debian</a> est
129
- la 5.0. La dernière mise à jour de cette version a été publiée
130
- le 4 septembre 2010. Vous pouvez aussi accéder aux
131
- <a href="releases/">autres versions disponibles de Debian</a>.</p>
132
- <p>Si vous souhaitez commencer à utiliser Debian, vous pouvez facilement
133
- <a href="distrib/">en obtenir une copie</a>, et ensuite suivre les
134
- <a href="releases/stable/installmanual">instructions d'installation</a>
135
- pour l'installer.</p>
136
- <p>Si vous mettez à niveau votre système depuis une ancienne version vers
137
- la dernière version stable publiée, veuillez lire les
138
- <a href="releases/stable/releasenotes">notes de publication</a>
139
- avant de commencer.</p>
140
- <p>Pour obtenir de l'aide concernant l'utilisation ou la configuration
141
- de Debian, consultez nos pages sur la <a href="doc/">documentation</a>
142
- et l'<a href="support">assistance</a>.</p>
143
- <p>Les utilisateurs qui parlent une langue autre que l'anglais peuvent
144
- consulter la section sur l'<a href="international/">international</a>.</p>
145
- <p>Les personnes ayant un autre système qu'Intel x86 peuvent
146
- consulter la section sur les <a href="ports/">portages</a>.</p>
147
- <hr>
148
- <h2>Actualités</h2>
149
- <p><tt>[19 octobre 2010]</tt> <strong><a href="News/2010/20101019">Debian sur le point d'accueillir officiellement les contributeurs non empaqueteurs</a></strong><br>
150
- <tt>[7 octobre 2010]</tt> <strong><a href="News/2010/20101007">Debian à la rencontre de la <q>Society for Neuroscience</q></a></strong><br>
151
- <tt>[8 septembre 2010]</tt> <strong><a href="News/2010/20100908">Paris Mini-DebConf 2010</a></strong><br>
152
- <tt>[5 septembre 2010]</tt> <strong><a href="News/2010/20100905">Le service de rétroportages (« backports ») devient officiel</a></strong><br>
153
- <tt>[4 septembre 2010]</tt> <strong><a href="News/2010/20100904">Publication de la mise à jour de Debian GNU/Linux 5.0.6</a></strong><br>
154
- <tt>[3 septembre 2010]</tt> <strong><a href="News/2010/20100903">Conférence 2010 de la communauté Debian italienne - du 17 au 19 septembre à Pérouse, Italie</a></strong><br>
155
- </p>
156
- <p>Pour les communiqués plus anciens, consultez la suite de la page <a href="./News/">actualités</a>.
157
- Si vous voulez recevoir un courrier (en anglais) à chaque fois qu'un communiqué paraît, abonnez-vous
158
- à la <a href="MailingLists/debian-announce">liste de diffusion debian-announce</a>.</p>
159
- <hr>
160
- <h2>Annonces de sécurité</h2>
161
- <p><tt>[22 octobre 2010]</tt> <strong><a href="security/2010/dsa-2122">DSA-2122 glibc</a></strong> - missing input sanitization <br>
162
- <tt>[19 octobre 2010]</tt> <strong><a href="security/2010/dsa-2121">DSA-2121 typo3-src</a></strong> - several vulnerabilities <br>
163
- <tt>[12 octobre 2010]</tt> <strong><a href="security/2010/dsa-2120">DSA-2120 postgresql-8.3</a></strong> - privilege escalation <br>
164
- <tt>[12 octobre 2010]</tt> <strong><a href="security/2010/dsa-2119">DSA-2119 poppler</a></strong> - several vulnerabilities <br>
165
- <tt>[8 octobre 2010]</tt> <strong><a href="security/2010/dsa-2118">DSA-2118 subversion</a></strong> - logic flaw <br>
166
- <tt>[4 octobre 2010]</tt> <strong><a href="security/2010/dsa-2117">DSA-2117 apr-util</a></strong> - denial of service <br>
167
- <tt>[4 octobre 2010]</tt> <strong><a href="security/2010/dsa-2116">DSA-2116 freetype</a></strong> - integer overflow <br>
168
- <tt>[29 septembre 2010]</tt> <strong><a href="security/2010/dsa-2115">DSA-2115 moodle</a></strong> - several vulnerabilities <br>
169
- <tt>[26 septembre 2010]</tt> <strong><a href="security/2010/dsa-2114">DSA-2114 git-core</a></strong> - buffer overflow <br>
170
- <tt>[20 septembre 2010]</tt> <strong><a href="security/2010/dsa-2113">DSA-2113 drupal6</a></strong> - several vulnerabilities <br>
171
- <tt>[20 septembre 2010]</tt> <strong><a href="security/2010/dsa-2112">DSA-2112 bzip2</a></strong> - integer overflow <br>
172
- </p>
173
- <p>Pour les annonces de sécurité, consultez la <a href="./security/">
174
- page sécurité</a>.
175
- Si vous voulez recevoir les annonces de sécurité (en anglais) dès leur parution, abonnez-vous
176
- à la <a href="http://lists.debian.org/debian-security-announce/">liste de diffusion debian-security-announce</a>.</p>
177
- </div> <!-- end maincol -->
178
- <div class="clr"></div>
179
- </div> <!-- end inner -->
180
- <div id="footer">
181
- <hr class="hidecss">
182
- <!--UdmComment-->
183
- <p>
184
- Cette page est aussi disponible dans les langues suivantes&nbsp;:
185
- </p><p class="navpara">
186
- <a href="index.ar.html" title="arabe" hreflang="ar" lang="ar" rel="alternate">&#1593;&#1585;&#1576;&#1610;&#1577;&nbsp;(Arabiya)</a>
187
- <a href="index.bg.html" title="bulgare" hreflang="bg" lang="bg" rel="alternate">&#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1089;&#1082;&#1080;&nbsp;(B&#601;lgarski)</a>
188
- <a href="index.ca.html" title="catalan" hreflang="ca" lang="ca" rel="alternate">catal&agrave;</a>
189
- <a href="index.cs.html" title="tchèque" hreflang="cs" lang="cs" rel="alternate">&#269;esky</a>
190
- <a href="index.da.html" title="danois" hreflang="da" lang="da" rel="alternate">dansk</a>
191
- <a href="index.de.html" title="allemand" hreflang="de" lang="de" rel="alternate">Deutsch</a>
192
- <a href="index.el.html" title="grec" hreflang="el" lang="el" rel="alternate">&#917;&#955;&#955;&#951;&#957;&#953;&#954;&#940;&nbsp;(Ellinika)</a>
193
- <a href="index.en.html" title="anglais" hreflang="en" lang="en" rel="alternate">English</a>
194
- <a href="index.es.html" title="espagnol" hreflang="es" lang="es" rel="alternate">espa&ntilde;ol</a>
195
- <a href="index.eo.html" title="espéranto" hreflang="eo" lang="eo" rel="alternate">Esperanto</a>
196
- <a href="index.ko.html" title="coréen" hreflang="ko" lang="ko" rel="alternate">&#54620;&#44397;&#50612;&nbsp;(Hangul)</a>
197
- <a href="index.hy.html" title="arménien" hreflang="hy" lang="hy" rel="alternate">&#1344;&#1377;&#1397;&#1381;&#1408;&#1381;&#1398;&nbsp;(hayeren)</a>
198
- <a href="index.hr.html" title="croate" hreflang="hr" lang="hr" rel="alternate">hrvatski</a>
199
- <a href="index.it.html" title="italien" hreflang="it" lang="it" rel="alternate">Italiano</a>
200
- <a href="index.he.html" title="hébreu" hreflang="he" lang="he" rel="alternate">&#1506;&#1489;&#1512;&#1497;&#1514;&nbsp;(ivrit)</a>
201
- <a href="index.lt.html" title="lituanien" hreflang="lt" lang="lt" rel="alternate">Lietuvi&#371;</a>
202
- <a href="index.hu.html" title="hongrois" hreflang="hu" lang="hu" rel="alternate">magyar</a>
203
- <a href="index.nl.html" title="néerlandais" hreflang="nl" lang="nl" rel="alternate">Nederlands</a>
204
- <a href="index.ja.html" title="japonais" hreflang="ja" lang="ja" rel="alternate">&#26085;&#26412;&#35486;&nbsp;(Nihongo)</a>
205
- <a href="index.nb.html" title="norvégien" hreflang="nb" lang="nb" rel="alternate">norsk&nbsp;(bokm&aring;l)</a>
206
- <a href="index.pl.html" title="polonais" hreflang="pl" lang="pl" rel="alternate">polski</a>
207
- <a href="index.pt.html" title="portugais" hreflang="pt" lang="pt" rel="alternate">Portugu&ecirc;s</a>
208
- <a href="index.ro.html" title="roumain" hreflang="ro" lang="ro" rel="alternate">rom&acirc;n&#259;</a>
209
- <a href="index.ru.html" title="russe" hreflang="ru" lang="ru" rel="alternate">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;&nbsp;(Russkij)</a>
210
- <a href="index.sk.html" title="slovaque" hreflang="sk" lang="sk" rel="alternate">slovensky</a>
211
- <a href="index.fi.html" title="finnois" hreflang="fi" lang="fi" rel="alternate">suomi</a>
212
- <a href="index.sv.html" title="suédois" hreflang="sv" lang="sv" rel="alternate">svenska</a>
213
- <a href="index.ta.html" title="tamoul" hreflang="ta" lang="ta" rel="alternate">&#2980;&#2990;&#3007;&#2996;&#3021;&nbsp;(Tamil)</a>
214
- <a href="index.tr.html" title="turc" hreflang="tr" lang="tr" rel="alternate">T&uuml;rk&ccedil;e</a>
215
- <a href="index.uk.html" title="ukrainien" hreflang="uk" lang="uk" rel="alternate">&#1091;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072;&nbsp;(ukrajins'ka)</a>
216
- <a href="index.zh-cn.html" title="chinois (Chine)" hreflang="zh-CN" lang="zh-CN" rel="alternate">&#20013;&#25991;(&#31616;)</a>
217
- <a href="index.zh-hk.html" title="chinois (Hong Kong)" hreflang="zh-HK" lang="zh-HK" rel="alternate">&#20013;&#25991;(HK)</a>
218
- <a href="index.zh-tw.html" title="chinois (Taïwan)" hreflang="zh-TW" lang="zh-TW" rel="alternate">&#20013;&#25991;(&#32321;)</a>
219
- </p><p>
220
- Comment configurer la <a href="./intro/cn">langue par défaut du document</a>
221
- </p>
222
- <!--/UdmComment-->
223
- <hr>
224
- <!--UdmComment-->
225
- <div id="fineprint">
226
- <p>Pour signaler un problème sur le site web, envoyez un courriel en anglais à <a href="mailto:debian-www@lists.debian.org">debian-www@lists.debian.org</a> ou en français à <a href="mailto:debian-l10n-french@lists.debian.org">debian-l10n-french@lists.debian.org</a>. Pour obtenir d'autres informations, référez-vous à la <a href="./contact">page contact</a> de Debian.</p>
227
- <p>
228
- Dernière modification&nbsp;: vendredi 22 octobre 2010 23:28:09 UTC
229
- <br>
230
- Copyright &copy; 1997-2010
231
- <a href="http://www.spi-inc.org/">SPI</a>; voir <a href="./license" rel="copyright">les termes de la licence</a>.<br>
232
- Debian est une <a href="./trademark">marque déposée</a> de Software in the Public Interest, Inc.
233
- </p>
234
- </div>
235
- <!--/UdmComment-->
236
- </div> <!-- end footer -->
237
- </div> <!-- end outer -->
238
- </body>
239
- </html>
@@ -1,1286 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="fr">
3
- <head>
4
- <meta charset="utf-8">
5
- <title>Accueil - LinuxFr.org</title>
6
- <link href="/assets/application-92f19110a9d47a56d2ebe744e15af301.css" rel="stylesheet" />
7
- <link rel="shortcut icon" type="image/x-icon" href="/favicon.png" />
8
- <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="Recherche de contenus sur LinuxFr.org" />
9
- <link rel="publisher" href="https://plus.google.com/116704247328760228227" />
10
- <meta content="width=device-width" name="viewport">
11
- <meta content="L'actualité du Logiciel Libre et de Linux, sur un site francophone contributif géré par une équipe bénévole par et pour des libristes enthousiastes" name="description">
12
- <meta content="Linux, Logiciel, Libre, GNU, Free, Software, Actualité, Forum, Communauté" name="keywords">
13
- <!--[if IE]><script src="/assets/html5-cb25950d0e442f07f1fa7be553c321c3.js"></script><![endif]-->
14
- <!--[if lt IE 9]><script src="/assets/IE9-270f0017184b78503ee0f13e1ebf8ba2.js"></script><![endif]-->
15
- <link href="/news.atom" rel="alternate" title="Flux Atom des dépêches" type="application/atom+xml" />
16
- </head>
17
-
18
- <body class="" id="home-index">
19
- <div id="top"></div>
20
- <nav id="site">
21
- <div class="go_to_content">
22
- <a href="#contents">Aller au contenu</a>
23
- <a href="#sidebar">Aller au menu</a>
24
- </div>
25
- <ul>
26
- <li class="active"><a href="/" title="Page d&#39;accueil du site, personnalisable">Accueil</a></li>
27
- <li><a href="/news" title="Actualités, événements et autres nouveautés">Dépêches</a></li>
28
- <li><a href="/journaux" title="Journaux personnels de nos visiteurs">Journaux</a></li>
29
- <li><a href="/forums" title="Questions/réponses, petites annonces">Forums</a></li>
30
- <li><a href="/sondages" title="Sondages proposées aux visiteurs du site">Sondages</a></li>
31
- <li><a href="/wiki" title="Pages wiki">Wiki</a></li>
32
- <li><a href="/suivi" title="Suivi des suggestions et des bugs du site">Suivi</a></li>
33
- <li><a href="/plan" title="Plan du site, aide, flux Atom, etc.">Plan</a></li>
34
- </ul>
35
- <form accept-charset="UTF-8" action="/recherche" method="get"><div style="display:none"><input name="utf8" type="hidden" value="&#x2713;" /></div>
36
- <label for="query" id="label_query">Recherche :</label>
37
- <input id="query" name="q" type="search" placeholder="Rechercher" />
38
- <input id="search_submit" title="Lancer la recherche sur le site" type="submit" value="Rechercher" />
39
- </form>
40
-
41
- </nav>
42
-
43
- <aside id="sidebar">
44
- <header id="branding"><h1 style="background-image: url(&#39;/images/logos/logo-linuxfr-cadre-ombre.png&#39;);" title="Le logo de LinuxFr.org"><a href="/">LinuxFr.org</a></h1></header>
45
- <div class="login box">
46
- <h1>Se connecter</h1>
47
- <script>
48
- if (location.protocol == 'http:') {
49
- document.write('<a class="insecure" title="Accès en clair, non sécurisé" href="https://' + location.hostname + location.pathname + '">Accès en clair (http)</a>');
50
- } else {
51
- document.write('<a class="secure" title="Accès sécurisé">Accès sécurisé (https)</a>');
52
- }
53
- </script>
54
- <div class="new_content">
55
- <a href="/proposer-un-contenu">Proposer un contenu</a>
56
- </div>
57
- <form accept-charset="UTF-8" action="/compte/connexion" class="new_account" id="new_account_sidebar" method="post"><div style="display:none"><input name="utf8" type="hidden" value="&#x2713;" /></div><p>
58
- <label for="account_login_sidebar">Identifiant</label>
59
- <input id="account_login_sidebar" name="account[login]" placeholder="Identifiant" required="required" size="20" type="text" />
60
- </p>
61
- <p>
62
- <label for="account_password_sidebar">Mot de passe</label>
63
- <input id="account_password_sidebar" name="account[password]" placeholder="Mot de passe" required="required" size="20" type="password" />
64
- </p>
65
- <p>
66
- <input name="account[remember_me]" type="hidden" value="0" /><input id="account_remember_me_sidebar" name="account[remember_me]" type="checkbox" value="1" />
67
- <label for="account_remember_me_sidebar">Connexion automatique</label>
68
- </p>
69
- <p>
70
- <input id="account_submit_sidebar" name="commit" type="submit" value="Se connecter" />
71
- </p>
72
- </form>
73
-
74
-
75
- <ul>
76
- <li><a href="/compte/inscription">Pas de compte&nbsp;? S'inscrire&nbsp;!</a></li>
77
- </ul>
78
- </div>
79
- <div class="box" id="poll_box">
80
- <h1>Sondage</h1>
81
- <h2><a href="/sondages/quel-mecanisme-de-controle-d-acces-utilisez-vous-pour-votre-systeme-d-exploitation?results=1">Quel mécanisme de contrôle d&#39;accès utilisez-vous pour votre système d&#39;exploitation ?</a></h2>
82
- <form accept-charset="UTF-8" action="/sondages/quel-mecanisme-de-controle-d-acces-utilisez-vous-pour-votre-systeme-d-exploitation/vote" id="poll_433_sidebar" method="post"><div style="display:none"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="yONhMbSKWvDp7XbDOOFk+bz00F6h5YfX4a6q5fYGZ88=" /></div>
83
- <ul class="poll current">
84
- <li>
85
- <input id="position_0_sidebar" name="position" type="radio" value="1" />
86
- <label for="position_0_sidebar">SElinux</label>
87
- </li>
88
- <li>
89
- <input id="position_1_sidebar" name="position" type="radio" value="2" />
90
- <label for="position_1_sidebar">AppArmor</label>
91
- </li>
92
- <li>
93
- <input id="position_2_sidebar" name="position" type="radio" value="3" />
94
- <label for="position_2_sidebar">SMACK</label>
95
- </li>
96
- <li>
97
- <input id="position_3_sidebar" name="position" type="radio" value="4" />
98
- <label for="position_3_sidebar">tomoyo</label>
99
- </li>
100
- <li>
101
- <input id="position_4_sidebar" name="position" type="radio" value="5" />
102
- <label for="position_4_sidebar">yama</label>
103
- </li>
104
- <li>
105
- <input id="position_5_sidebar" name="position" type="radio" value="6" />
106
- <label for="position_5_sidebar">capabilities</label>
107
- </li>
108
- <li>
109
- <input id="position_6_sidebar" name="position" type="radio" value="7" />
110
- <label for="position_6_sidebar">grsecurity</label>
111
- </li>
112
- <li>
113
- <input id="position_7_sidebar" name="position" type="radio" value="8" />
114
- <label for="position_7_sidebar">chroot</label>
115
- </li>
116
- <li>
117
- <input id="position_8_sidebar" name="position" type="radio" value="9" />
118
- <label for="position_8_sidebar">aucun (ou le parefeu OpenOffice.org)</label>
119
- </li>
120
- <li>
121
- <input id="position_9_sidebar" name="position" type="radio" value="10" />
122
- <label for="position_9_sidebar">geste de la main plus « ce n&#39;est pas cet accès que vous cherchez »</label>
123
- </li>
124
- <li>
125
- <input id="position_10_sidebar" name="position" type="radio" value="11" />
126
- <label for="position_10_sidebar">autre (en commentaire )</label>
127
- </li>
128
- </ul>
129
- <p class="total_votes">
130
- Total :
131
- 616 votes
132
- </p>
133
- <input name="commit" type="submit" value="Voter" />
134
- </form>
135
-
136
-
137
- </div>
138
-
139
- <div class="box" id="sections_box">
140
- <h1><a href="/sections">Les sections</a></h1>
141
- <ul>
142
- <li><a href="/sections/android">Android</a></li>
143
- <li><a href="/sections/apple">Apple</a></li>
144
- <li><a href="/sections/arch-linux">Arch Linux</a></li>
145
- <li><a href="/sections/audiovisuel">Audiovisuel</a></li>
146
- <li><a href="/sections/base-de-donn%C3%A9es">Base de données</a></li>
147
- <li><a href="/sections/bureautique">Bureautique</a></li>
148
- <li><a href="/sections/c-et-cpp">C et C++</a></li>
149
- <li><a href="/sections/commercial">Commercial</a></li>
150
- <li><a href="/sections/communaut%C3%A9">Communauté</a></li>
151
- <li><a href="/sections/cuisine">Cuisine</a></li>
152
- <li><a href="/sections/culture">Culture</a></li>
153
- <li><a href="/sections/debian">Debian</a></li>
154
- <li><a href="/sections/distribution">Distribution</a></li>
155
- <li><a href="/sections/do-it-yourself">Do It Yourself</a></li>
156
- <li><a href="/sections/doc">Doc</a></li>
157
- <li><a href="/sections/dragonfly-bsd">DragonFly BSD</a></li>
158
- <li><a href="/sections/%C3%A9ducation">Éducation</a></li>
159
- <li><a href="/sections/fedora">Fedora</a></li>
160
- <li><a href="/sections/freebsd">FreeBSD</a></li>
161
- <li><a href="/sections/gentoo">Gentoo</a></li>
162
- <li><a href="/sections/gestion-de-versions">Gestion de versions</a></li>
163
- <li><a href="/sections/gnome">Gnome</a></li>
164
- <li><a href="/sections/gnu">GNU</a></li>
165
- <li><a href="/sections/gnustep">GNUstep</a></li>
166
- <li><a href="/sections/golang">Golang</a></li>
167
- <li><a href="/sections/graphisme-photo">Graphisme/photo</a></li>
168
- <li><a href="/sections/haiku">Haiku</a></li>
169
- <li><a href="/sections/humour">Humour</a></li>
170
- <li><a href="/sections/internet">Internet</a></li>
171
- <li><a href="/sections/java">Java</a></li>
172
- <li><a href="/sections/javascript">JavaScript</a></li>
173
- <li><a href="/sections/jeu">Jeu</a></li>
174
- <li><a href="/sections/justice">Justice</a></li>
175
- <li><a href="/sections/kde">KDE</a></li>
176
- <li><a href="/sections/ligne-de-commande">Ligne de commande</a></li>
177
- <li><a href="/sections/linux">Linux</a></li>
178
- <li><a href="/sections/linuxfrorg">LinuxFr.org</a></li>
179
- <li><a href="/sections/lug">Lug</a></li>
180
- <li><a href="/sections/mageia">Mageia</a></li>
181
- <li><a href="/sections/mandriva">Mandriva</a></li>
182
- <li><a href="/sections/mat%C3%A9riel">Matériel</a></li>
183
- <li><a href="/sections/medecine">Médecine</a></li>
184
- <li><a href="/sections/microsoft">Microsoft</a></li>
185
- <li><a href="/sections/mobile">Mobile</a></li>
186
- <li><a href="/sections/mono">Mono</a></li>
187
- <li><a href="/sections/mozilla">Mozilla</a></li>
188
- <li><a href="/sections/netbsd">NetBSD</a></li>
189
- <li><a href="/sections/noyau">Noyau</a></li>
190
- <li><a href="/sections/open-data">Open Data</a></li>
191
- <li><a href="/sections/openbsd">OpenBSD</a></li>
192
- <li><a href="/sections/openworldforum">OpenWorldForum</a></li>
193
- <li><a href="/sections/pda">PDA</a></li>
194
- <li><a href="/sections/perl">Perl</a></li>
195
- <li><a href="/sections/php">PHP</a></li>
196
- <li><a href="/sections/pirate">Pirate</a></li>
197
- <li><a href="/sections/presse">Presse</a></li>
198
- <li><a href="/sections/python">Python</a></li>
199
- <li><a href="/sections/red-hat">Red Hat</a></li>
200
- <li><a href="/sections/rien-%C3%A0-voir">Rien à voir</a></li>
201
- <li><a href="/sections/rmlllsm">RMLL/LSM</a></li>
202
- <li><a href="/sections/ruby">Ruby</a></li>
203
- <li><a href="/sections/samba">Samba</a></li>
204
- <li><a href="/sections/science">Science</a></li>
205
- <li><a href="/sections/s%C3%A9curit%C3%A9">Sécurité</a></li>
206
- <li><a href="/sections/x">Serveurs d&#39;affichage</a></li>
207
- <li><a href="/sections/slackware">Slackware</a></li>
208
- <li><a href="/sections/solutions-gnulinux">Solutions Libres et Open Source</a></li>
209
- <li><a href="/sections/son">Son</a></li>
210
- <li><a href="/sections/supervision">Supervision</a></li>
211
- <li><a href="/sections/suse">Suse</a></li>
212
- <li><a href="/sections/technologie">Technologie</a></li>
213
- <li><a href="/sections/ubuntu">Ubuntu</a></li>
214
- <li><a href="/sections/virtualisation">Virtualisation</a></li>
215
- <li><a href="/sections/wikimedia">Wikimedia</a></li>
216
- <li><a href="/sections/xmpp">XMPP</a></li></ul>
217
- </div>
218
-
219
-
220
- </aside>
221
-
222
- <section id="container">
223
- <h1>"Accueil"</h1>
224
- <section id="phare">
225
- <article class="node hentry score10 news ppp" itemscope itemtype="http://schema.org/Article">
226
- <header>
227
- <h1 class="entry-title" itemprop="name"><a href="/news/quelques-nouvelles-sur-qt-et-kde">Quelques nouvelles sur Qt et KDE</a></h1>
228
- <div class="meta">
229
- Posté par <a href="/users/sinma" rel="author">sinma</a> (<a href="https://hack-libre.org">page perso</a>) <time class="updated" datetime="2014-09-16T11:43:01+02:00"><span class="date">le 16/09/14</span> <span class="time">à 11:43</span></time>. Édité par <span class="edited_by"><a href="/users/baud">BAud</a>, <a href="/users/nils--2">Nils Ratusznik</a>, <a href="/users/ver2terre">ver2terre</a>, <a href="/users/palm123">palm123</a>, <a href="/users/andrianarivony">ZeroHeure</a>, <a href="/users/dourouc05">dourouc05</a>, <a href="/users/chetmanley">ChetManley</a>, <a href="/users/pamputt">pamputt</a>, <a href="/users/xarma">Bruno Coudoin</a>, <a href="/users/chrtela2">Dring FirebirdVsMySql</a>, <a href="/users/_phix_">_PhiX_</a>, <a href="/users/patrick_g">patrick_g</a>, <a href="/users/tankey">tankey</a> et <a href="/users/multani">Jonathan Ballet</a></span>. Modéré par <a href="/users/andrianarivony">ZeroHeure</a>.
230
- <a href="http://creativecommons.org/licenses/by-sa/4.0/deed.fr" rel="license">Licence CC by-sa</a>
231
- <div class="tags">
232
- Tags :
233
- <ul class="tag_cloud" itemprop="keywords">
234
- <li><a href="/tags/planet/public" rel="tag">planet</a></li>
235
- <li><a href="/tags/qt/public" rel="tag">qt</a></li>
236
- <li><a href="/tags/kde/public" rel="tag">kde</a></li></ul>
237
- </div>
238
- </div>
239
- </header>
240
- <div class="figures">
241
- <meta content="UserLikes:70" itemprop="interactionCount">
242
- <figure class="score" title="Note de ce contenu">70</figure>
243
- <figure class="datePourCss"><div class="jour">16</div><div class="mois">sept.</div><div class="annee">2014</div></figure>
244
- <figure class="image" itemprop="image"><a href="/sections/kde"><img alt="KDE" src="/images/sections/25.png" title="KDE" /></a></figure>
245
- </div>
246
- <div class="content entry-content" itemprop="articleBody">
247
- <p>Le nombre de dépêches sur KDE et Qt semble assez faible sur <a href="//linuxfr.org/wiki/linuxfr-org" title="Lien du wiki interne LinuxFr.org">LinuxFr.org</a> en comparaison du rythme effréné de l’actualité de ces deux projets libres en ce moment. Voici donc quelques nouvelles qui peuvent valoir la peine d'être lues.</p>
248
-
249
- <p>Évidemment, c’est loin d’être exhaustif et vous êtes invité à lire le très actif <a href="http://planetkde.org/">planetkde.org</a>, si vous souhaitez plus de précisions.</p>
250
- <ul class="links">
251
- <li class="link" data-url="/redaction/links/91473/modifier" id="link_91473" lang="en">
252
- <a class="hit_counter" data-hit="91473" href="http://blog.qt.digia.com/" hreflang="en" title="http://blog.qt.digia.com/">Blog de Digia</a>
253
- (165 clics)
254
- </li>
255
- <li class="link" data-url="/redaction/links/91474/modifier" id="link_91474" lang="en">
256
- <a class="hit_counter" data-hit="91474" href="http://kde.org/" hreflang="en" title="http://kde.org/">Site web de KDE</a>
257
- (142 clics)
258
- </li>
259
- <li class="link" data-url="/redaction/links/91475/modifier" id="link_91475" lang="en">
260
- <a class="hit_counter" data-hit="91475" href="http://planetkde.org/" hreflang="en" title="http://planetkde.org/">Planet KDE</a>
261
- (92 clics)
262
- </li>
263
-
264
- </ul>
265
-
266
- </div>
267
- <footer class="actions">
268
- <meta content="UserComments:52" itemprop="interactionCount" /><span class="anonymous_reader"><a href="/news/quelques-nouvelles-sur-qt-et-kde" itemprop="url">Lire la suite</a> (<span class="nb_comments">52 commentaires</span>).</span>
269
-
270
- <div class="formats">
271
- <a class="action" href="/news/quelques-nouvelles-sur-qt-et-kde.md" rel="source" title="Télécharger ce contenu au format markdown">Markdown</a>
272
- <a class="action" href="/news/quelques-nouvelles-sur-qt-et-kde.epub" title="Télécharger ce contenu au format epub">Epub</a>
273
- </div>
274
-
275
- </footer>
276
- </article>
277
-
278
- </section>
279
- <aside class="banner">
280
- <a href="https://soutien.laquadrature.net/" title="Soutenons La Quadrature du Net !" alt="Soutenons La Quadrature du Net !"><img src="https://soutien.laquadrature.net/images/support_lqdn_468_B.png" alt="Soutenons La Quadrature du Net !" /></a>
281
- </aside>
282
- <nav class="toolbox"><div class="follow_feed"><a href="/news.atom">Flux Atom des dépêches</a></div><div class="new_content"><a href="/news/nouveau">Proposer une dépêche</a></div><div class="order_navbar">
283
- Trier par :
284
- <ul>
285
- <li><a href="/?order=created_at">date</a></li>
286
- <li><a href="/?order=score">note</a></li>
287
- <li>intérêt</li>
288
- <li><a href="/?order=last_commented_at">dernier commentaire</a></li>
289
- </ul>
290
- </div>
291
- <nav class="pagination">
292
-
293
-
294
- <span class="page current">
295
- 1
296
- </span>
297
-
298
- <span class="page">
299
- <a href="/?page=2" rel="next">2</a>
300
- </span>
301
-
302
- <span class="page">
303
- <a href="/?page=3">3</a>
304
- </span>
305
-
306
- <span class="page">
307
- <a href="/?page=4">4</a>
308
- </span>
309
-
310
- <span class="page">
311
- <a href="/?page=5">5</a>
312
- </span>
313
-
314
- <span class="page">
315
- <a href="/?page=6">6</a>
316
- </span>
317
-
318
- <span class="page">
319
- <a href="/?page=7">7</a>
320
- </span>
321
-
322
- <span class="page">
323
- <a href="/?page=8">8</a>
324
- </span>
325
-
326
- <span class="page">
327
- <a href="/?page=9">9</a>
328
- </span>
329
-
330
- <span class="page">
331
- <a href="/?page=10">10</a>
332
- </span>
333
-
334
- <span class="page">
335
- <a href="/?page=11">11</a>
336
- </span>
337
-
338
- <span class="page gap">…</span>
339
-
340
- <span class="next">
341
- <a href="/?page=2" rel="next">Suivant &rsaquo;</a>
342
- </span>
343
-
344
- <span class="last">
345
- <a href="/?page=1547">Dernier &raquo;</a>
346
- </span>
347
-
348
- </nav>
349
- </nav><main id="contents" role="main">
350
- <article class="node hentry score6 news" itemscope itemtype="http://schema.org/Article">
351
- <header>
352
- <h1 class="entry-title" itemprop="name"><a href="/news/lfs-en-version-7-6">LFS en version 7.6</a></h1>
353
- <div class="meta">
354
- Posté par <a href="/users/myou" rel="author">myou</a> <time class="updated" datetime="2014-09-26T07:37:52+02:00"><span class="date">le 26/09/14</span> <span class="time">à 07:37</span></time>. Édité par <span class="edited_by"><a href="/users/neox">NeoX</a>, <a href="/users/oumph">Benoît Sibaud</a> et <a href="/users/palm123">palm123</a></span>. Modéré par <a href="/users/andrianarivony">ZeroHeure</a>.
355
- <a href="http://creativecommons.org/licenses/by-sa/4.0/deed.fr" rel="license">Licence CC by-sa</a>
356
- <div class="tags">
357
- Tags :
358
- aucun
359
- </div>
360
- </div>
361
- </header>
362
- <div class="figures">
363
- <meta content="UserLikes:32" itemprop="interactionCount">
364
- <figure class="score" title="Note de ce contenu">32</figure>
365
- <figure class="datePourCss"><div class="jour">26</div><div class="mois">sept.</div><div class="annee">2014</div></figure>
366
- <figure class="image" itemprop="image"><a href="/sections/distribution"><img alt="Distribution" src="/images/sections/83.png" title="Distribution" /></a></figure>
367
- </div>
368
- <div class="content entry-content" itemprop="articleBody">
369
- <p>L'équipe française de traduction de LFS est heureuse de vous annoncer la sortie de LFS en version 7.6.</p>
370
- <h2 id="lfs-cest-quoi">LFS c'est quoi ?</h2>
371
-
372
- <p>LFS est l'abréviation de Linux From Scratch, c'est une distribution un peu particulière, puisqu'elle est sous forme d'un livre. Ce livre contient l'ensemble des instructions pour compiler de A à Z (enfin de binutils jusqu'au noyau).</p>
373
- <h2 id="mais-pourquoi">Mais pourquoi ?</h2>
374
-
375
- <p>Le but premier de cette distribution est l'apprentissage. Comprendre les éléments nécessaires et les mécanismes à mettre en oeuvre afin de construire un système bootable. Le but second est de construire un système répondant aux règles de l'utilisateur. La devise de LFS est "Votre système, vos règles". </p>
376
- <ul class="links">
377
- <li class="link" data-url="/redaction/links/91624/modifier" id="link_91624" lang="fr">
378
- <a class="hit_counter" data-hit="91624" href="http://www.fr.linuxfromscratch.org/index.php" hreflang="fr" title="http://www.fr.linuxfromscratch.org/index.php">Le site de l&#39;équipe de traduction de LFS</a>
379
- (126 clics)
380
- </li>
381
- <li class="link" data-url="/redaction/links/91625/modifier" id="link_91625" lang="fr">
382
- <a class="hit_counter" data-hit="91625" href="http://www.fr.linuxfromscratch.org/view/lfs-stable/" hreflang="fr" title="http://www.fr.linuxfromscratch.org/view/lfs-stable/">Lire LFS 7.6 en français</a>
383
- (388 clics)
384
- </li>
385
- <li class="link" data-url="/redaction/links/91626/modifier" id="link_91626" lang="en">
386
- <a class="hit_counter" data-hit="91626" href="http://linuxfromscratch.org/lfs/view/stable/" hreflang="en" title="http://linuxfromscratch.org/lfs/view/stable/">Lire LFS 7.6 en anglais</a>
387
- (75 clics)
388
- </li>
389
- <li class="link" data-url="/redaction/links/91627/modifier" id="link_91627" lang="fr">
390
- <a class="hit_counter" data-hit="91627" href="http://linuxfromscratch.org/lfs/view/stable-systemd/" hreflang="fr" title="http://linuxfromscratch.org/lfs/view/stable-systemd/">Lire LFS-systemd 7.6 en anglais</a>
391
- (72 clics)
392
- </li>
393
-
394
- </ul>
395
-
396
- </div>
397
- <footer class="actions">
398
- <meta content="UserComments:9" itemprop="interactionCount" /><span class="anonymous_reader"><a href="/news/lfs-en-version-7-6" itemprop="url">Lire la suite</a> (<span class="nb_comments">9 commentaires</span>).</span>
399
-
400
- <div class="formats">
401
- <a class="action" href="/news/lfs-en-version-7-6.md" rel="source" title="Télécharger ce contenu au format markdown">Markdown</a>
402
- <a class="action" href="/news/lfs-en-version-7-6.epub" title="Télécharger ce contenu au format epub">Epub</a>
403
- </div>
404
-
405
- </footer>
406
- </article>
407
- <article class="node hentry score0 news" itemscope itemtype="http://schema.org/Article">
408
- <header>
409
- <h1 class="entry-title" itemprop="name"><a href="/news/software-freedom-day-a-abidjan-le-27-septembre-2014">Software Freedom day à Abidjan le 27 septembre 2014</a></h1>
410
- <div class="meta">
411
- Posté par <a href="/users/serval21" rel="author">serval21</a> <time class="updated" datetime="2014-09-26T20:26:15+02:00"><span class="date">le 26/09/14</span> <span class="time">à 20:26</span></time>. Édité par <span class="edited_by"><a href="/users/xate">Xavier Teyssier</a> et <a href="/users/andrianarivony">ZeroHeure</a></span>. Modéré par <a href="/users/andrianarivony">ZeroHeure</a>.
412
- <a href="http://creativecommons.org/licenses/by-sa/4.0/deed.fr" rel="license">Licence CC by-sa</a>
413
- <div class="tags">
414
- Tags :
415
- aucun
416
- </div>
417
- </div>
418
- </header>
419
- <div class="figures">
420
- <meta content="UserLikes:3" itemprop="interactionCount">
421
- <figure class="score" title="Note de ce contenu">3</figure>
422
- <figure class="datePourCss"><div class="jour">26</div><div class="mois">sept.</div><div class="annee">2014</div></figure>
423
- <figure class="image" itemprop="image"><a href="/sections/communaut%C3%A9"><img alt="Communauté" src="/images/sections/9.png" title="Communauté" /></a></figure>
424
- </div>
425
- <div class="content entry-content" itemprop="articleBody">
426
- <p>L'Association Ivoirienne pour Linux et les logiciels Libres organise ce samedi 27 Septembre la journée mondiale du logiciel libre à Abidjan (Côte d'Ivoire).</p>
427
-
428
- <p>À l'occasion de cette journée, vous aurez droit à :</p>
429
-
430
- <ul>
431
- <li>une discussion dont le thème est : "pourquoi une faible pénétration des Logiciels libres en C.I, quelles solutions ?" </li>
432
- <li>un atelier sur l'intérêt d'un Big Data local ;</li>
433
- <li>un atelier sur le développement mobile.</li>
434
- </ul><p>L'évènement aura lieu à l'<a href="http://www.esatic.ci/">ESATIC</a> à partir de 9h00 !</p>
435
- <ul class="links">
436
- <li class="link" data-url="/redaction/links/91636/modifier" id="link_91636" lang="fr">
437
- <a class="hit_counter" data-hit="91636" href="http://www.ai3l.ci" hreflang="fr" title="http://www.ai3l.ci">Site de l&#39;AI3L</a>
438
- (3 clics)
439
- </li>
440
-
441
- </ul>
442
-
443
- </div>
444
- <footer class="actions">
445
- <meta content="UserComments:0" itemprop="interactionCount" /><span class="anonymous_reader"><a href="/news/software-freedom-day-a-abidjan-le-27-septembre-2014" itemprop="url">Lire la suite</a> (<span class="nb_comments">0 commentaire</span>).</span>
446
-
447
- <div class="formats">
448
- <a class="action" href="/news/software-freedom-day-a-abidjan-le-27-septembre-2014.md" rel="source" title="Télécharger ce contenu au format markdown">Markdown</a>
449
- <a class="action" href="/news/software-freedom-day-a-abidjan-le-27-septembre-2014.epub" title="Télécharger ce contenu au format epub">Epub</a>
450
- </div>
451
-
452
- </footer>
453
- </article>
454
- <article class="node hentry score1 news" itemscope itemtype="http://schema.org/Article">
455
- <header>
456
- <h1 class="entry-title" itemprop="name"><a href="/news/cinquieme-rendez-vous-python-nantais-mardi-30-septembre-2014">Cinquième rendez-vous Python nantais mardi 30 septembre 2014</a></h1>
457
- <div class="meta">
458
- Posté par <a href="/users/alexg" rel="author">Alexandre Garel</a> <time class="updated" datetime="2014-09-26T07:40:12+02:00"><span class="date">le 26/09/14</span> <span class="time">à 07:40</span></time>. Édité par <span class="edited_by"><a href="/users/palm123">palm123</a></span>. Modéré par <a href="/users/andrianarivony">ZeroHeure</a>.
459
- <a href="http://creativecommons.org/licenses/by-sa/4.0/deed.fr" rel="license">Licence CC by-sa</a>
460
- <div class="tags">
461
- Tags :
462
- <ul class="tag_cloud" itemprop="keywords">
463
- <li><a href="/tags/barcamp/public" rel="tag">barcamp</a></li>
464
- <li><a href="/tags/nantes/public" rel="tag">nantes</a></li>
465
- <li><a href="/tags/python/public" rel="tag">python</a></li></ul>
466
- </div>
467
- </div>
468
- </header>
469
- <div class="figures">
470
- <meta content="UserLikes:6" itemprop="interactionCount">
471
- <figure class="score" title="Note de ce contenu">6</figure>
472
- <figure class="datePourCss"><div class="jour">26</div><div class="mois">sept.</div><div class="annee">2014</div></figure>
473
- <figure class="image" itemprop="image"><a href="/sections/python"><img alt="Python" src="/images/sections/41.png" title="Python" /></a></figure>
474
- </div>
475
- <div class="content entry-content" itemprop="articleBody">
476
- <p>Nous pouvons maintenant le dire, nous sommes rentrés dans un cycle régulier d'événements Python sur Nantes.</p>
477
-
478
- <p>Le prochain, cinquième du genre se déroulera le 30 septembre, à partir de 19h à la <a href="http://cantine.atlantic2.org/">Cantine du numérique</a> de Nantes.</p>
479
- <ul class="links">
480
- <li class="link" data-url="/redaction/links/91628/modifier" id="link_91628" lang="fr">
481
- <a class="hit_counter" data-hit="91628" href="http://nantes.afpy.org/un-barcamp-pour-bien-terminer-lete-indien.html" hreflang="fr" title="http://nantes.afpy.org/un-barcamp-pour-bien-terminer-lete-indien.html">Annonce sur le blog</a>
482
- (34 clics)
483
- </li>
484
- <li class="link" data-url="/redaction/links/91629/modifier" id="link_91629" lang="fr">
485
- <a class="hit_counter" data-hit="91629" href="http://lists.afpy.org/listinfo/nantes" hreflang="fr" title="http://lists.afpy.org/listinfo/nantes">Mailing list</a>
486
- (4 clics)
487
- </li>
488
-
489
- </ul>
490
-
491
- </div>
492
- <footer class="actions">
493
- <meta content="UserComments:0" itemprop="interactionCount" /><span class="anonymous_reader"><a href="/news/cinquieme-rendez-vous-python-nantais-mardi-30-septembre-2014" itemprop="url">Lire la suite</a> (<span class="nb_comments">0 commentaire</span>).</span>
494
-
495
- <div class="formats">
496
- <a class="action" href="/news/cinquieme-rendez-vous-python-nantais-mardi-30-septembre-2014.md" rel="source" title="Télécharger ce contenu au format markdown">Markdown</a>
497
- <a class="action" href="/news/cinquieme-rendez-vous-python-nantais-mardi-30-septembre-2014.epub" title="Télécharger ce contenu au format epub">Epub</a>
498
- </div>
499
-
500
- </footer>
501
- </article>
502
- <article class="node hentry score6 news" itemscope itemtype="http://schema.org/Article">
503
- <header>
504
- <h1 class="entry-title" itemprop="name"><a href="/news/ryzom-naissance-du-projet-libre-ryzom-forge">Ryzom : naissance du projet libre Ryzom Forge</a></h1>
505
- <div class="meta">
506
- Posté par <a href="/users/ryzomnews-0" rel="author">RyzomNews</a> <time class="updated" datetime="2014-09-24T21:01:59+02:00"><span class="date">le 24/09/14</span> <span class="time">à 21:01</span></time>. Édité par <span class="edited_by"><a href="/users/tankey">tankey</a>, <a href="/users/andrianarivony">ZeroHeure</a> et <a href="/users/jarillon">Pierre Jarillon</a></span>. Modéré par <a href="/users/andrianarivony">ZeroHeure</a>.
507
- <a href="http://creativecommons.org/licenses/by-sa/4.0/deed.fr" rel="license">Licence CC by-sa</a>
508
- <div class="tags">
509
- Tags :
510
- <ul class="tag_cloud" itemprop="keywords">
511
- <li><a href="/tags/franglais/public" rel="tag">franglais</a></li>
512
- <li><a href="/tags/meuporg/public" rel="tag">meuporg</a></li>
513
- <li><a href="/tags/ryzom/public" rel="tag">ryzom</a></li>
514
- <li><a href="/tags/jeux_linux/public" rel="tag">jeux_linux</a></li></ul>
515
- </div>
516
- </div>
517
- </header>
518
- <div class="figures">
519
- <meta content="UserLikes:31" itemprop="interactionCount">
520
- <figure class="score" title="Note de ce contenu">31</figure>
521
- <figure class="datePourCss"><div class="jour">24</div><div class="mois">sept.</div><div class="annee">2014</div></figure>
522
- <figure class="image" itemprop="image"><a href="/sections/jeu"><img alt="Jeu" src="/images/sections/15.png" title="Jeu" /></a></figure>
523
- </div>
524
- <div class="content entry-content" itemprop="articleBody">
525
- <p><a href="http://ryzom.com/">Ryzom</a> est un jeu de rôle en ligne massivement multijoueurs au destin unique : créé sous licence propriétaire par Nevrax en 2004, il a été en grande partie libéré en 2009 par son nouveau propriétaire, Winch Gate Property, du point de vue du moteur comme des données graphiques. De cette libération est né <a href="http://ryzomcore.org">Ryzom Core</a>, qui a entre autres permis d'ouvrir le jeu aux utilisateurs de Linux et de Mac, rendant ainsi Ryzom jouable sous les trois plateformes Windows, GNU/Linux et Mac.</p>
526
-
527
- <p>Ryzom a ensuite continué son chemin vers le Libre <a href="http://app.ryzom.com/app_forum/index.php?page=topic/view/20622">en libérant l'intégralité de ses Artworks</a>.</p>
528
-
529
- <p>Aujourd'hui, ce jeu à l'univers riche et unique, dans lequel les personnages évoluent sur une planète végétale vivante, continue sur sa lancée en s'ouvrant en grande partie à sa communauté, via la création de <a href="http://forge.ryzom.com/">Ryzom Forge</a>.</p>
530
- <ul class="links">
531
- <li class="link" data-url="/redaction/links/91616/modifier" id="link_91616" lang="fr">
532
- <a class="hit_counter" data-hit="91616" href="http://ryzom.com/" hreflang="fr" title="http://ryzom.com/">Ryzom</a>
533
- (383 clics)
534
- </li>
535
- <li class="link" data-url="/redaction/links/91617/modifier" id="link_91617" lang="fr">
536
- <a class="hit_counter" data-hit="91617" href="https://linuxfr.org/news/ryzom-libere-l-integralite-de-ses-artworks" hreflang="fr" title="https://linuxfr.org/news/ryzom-libere-l-integralite-de-ses-artworks">Ryzom libère ses créations artistiques</a>
537
- (40 clics)
538
- </li>
539
-
540
- </ul>
541
-
542
- </div>
543
- <footer class="actions">
544
- <meta content="UserComments:14" itemprop="interactionCount" /><span class="anonymous_reader"><a href="/news/ryzom-naissance-du-projet-libre-ryzom-forge" itemprop="url">Lire la suite</a> (<span class="nb_comments">14 commentaires</span>).</span>
545
-
546
- <div class="formats">
547
- <a class="action" href="/news/ryzom-naissance-du-projet-libre-ryzom-forge.md" rel="source" title="Télécharger ce contenu au format markdown">Markdown</a>
548
- <a class="action" href="/news/ryzom-naissance-du-projet-libre-ryzom-forge.epub" title="Télécharger ce contenu au format epub">Epub</a>
549
- </div>
550
-
551
- </footer>
552
- </article>
553
- <article class="node hentry score1 news" itemscope itemtype="http://schema.org/Article">
554
- <header>
555
- <h1 class="entry-title" itemprop="name"><a href="/news/repas-du-libre-a-toulouse-le-30-septembre-2014">Repas du Libre à Toulouse le 30 septembre 2014</a></h1>
556
- <div class="meta">
557
- Posté par <a href="/users/msouviro" rel="author">Souviron Marc</a> (<a href="http://marc.souviron.vous-et-nous-com">page perso</a>) <time class="updated" datetime="2014-09-25T09:43:50+02:00"><span class="date">le 25/09/14</span> <span class="time">à 09:43</span></time>. Édité par <span class="edited_by"><a href="/users/xate">Xavier Teyssier</a>, <a href="/users/nils--2">Nils Ratusznik</a> et <a href="/users/oumph">Benoît Sibaud</a></span>. Modéré par <a href="/users/nils--2">Nils Ratusznik</a>.
558
- <a href="http://creativecommons.org/licenses/by-sa/4.0/deed.fr" rel="license">Licence CC by-sa</a>
559
- <div class="tags">
560
- Tags :
561
- <ul class="tag_cloud" itemprop="keywords">
562
- <li><a href="/tags/tetaneutral/public" rel="tag">tetaneutral</a></li>
563
- <li><a href="/tags/toulibre/public" rel="tag">toulibre</a></li>
564
- <li><a href="/tags/toulouse/public" rel="tag">toulouse</a></li>
565
- <li><a href="/tags/repas/public" rel="tag">repas</a></li></ul>
566
- </div>
567
- </div>
568
- </header>
569
- <div class="figures">
570
- <meta content="UserLikes:6" itemprop="interactionCount">
571
- <figure class="score" title="Note de ce contenu">6</figure>
572
- <figure class="datePourCss"><div class="jour">25</div><div class="mois">sept.</div><div class="annee">2014</div></figure>
573
- <figure class="image" itemprop="image"><a href="/sections/communaut%C3%A9"><img alt="Communauté" src="/images/sections/9.png" title="Communauté" /></a></figure>
574
- </div>
575
- <div class="content entry-content" itemprop="articleBody">
576
- <p>Le groupe d'utilisateurs et utilisatrices de Logiciels Libres de Toulouse <a href="http://www.toulibre.org/">Toulibre</a> en collaboration avec <a href="http://tetaneutral.net/">Tetaneutral.net</a> fournisseur d'accès internet et hébergeur libre proposent aux sympathisants et sympathisantes de se retrouver l'un des mardis ou jeudis de chaque mois pour échanger autour des logiciels Libres, des réseaux libres, discuter de nos projets respectifs et lancer des initiatives locales autour du Libre. Ce repas est ouvert à toutes et à tous, amatrices et amateurs de l'esprit du Libre, débutantes et débutants ou technicien(ne)s chevronné(e)s.</p>
577
- <ul class="links">
578
- <li class="link" data-url="/redaction/links/91618/modifier" id="link_91618" lang="fr">
579
- <a class="hit_counter" data-hit="91618" href="http://www.toulibre.org/qjelt" hreflang="fr" title="http://www.toulibre.org/qjelt">inscription</a>
580
- (38 clics)
581
- </li>
582
-
583
- </ul>
584
-
585
- </div>
586
- <footer class="actions">
587
- <meta content="UserComments:0" itemprop="interactionCount" /><span class="anonymous_reader"><a href="/news/repas-du-libre-a-toulouse-le-30-septembre-2014" itemprop="url">Lire la suite</a> (<span class="nb_comments">0 commentaire</span>).</span>
588
-
589
- <div class="formats">
590
- <a class="action" href="/news/repas-du-libre-a-toulouse-le-30-septembre-2014.md" rel="source" title="Télécharger ce contenu au format markdown">Markdown</a>
591
- <a class="action" href="/news/repas-du-libre-a-toulouse-le-30-septembre-2014.epub" title="Télécharger ce contenu au format epub">Epub</a>
592
- </div>
593
-
594
- </footer>
595
- </article>
596
- <article class="node hentry score6 news" itemscope itemtype="http://schema.org/Article">
597
- <header>
598
- <h1 class="entry-title" itemprop="name"><a href="/news/nsa-tao-le-chemin-vers-vos-serveurs">NSA / TAO : le chemin vers vos serveurs</a></h1>
599
- <div class="meta">
600
- Posté par <a href="/users/skhaen" rel="author">skhaen</a> <time class="updated" datetime="2014-09-24T16:06:25+02:00"><span class="date">le 24/09/14</span> <span class="time">à 16:06</span></time>. Édité par <span class="edited_by"><a href="/users/oumph">Benoît Sibaud</a>, <a href="/users/palm123">palm123</a>, <a href="/users/neox">NeoX</a> et <a href="/users/poltuiu">tuiu pol</a></span>. Modéré par <a href="/users/andrianarivony">ZeroHeure</a>.
601
- <a href="http://creativecommons.org/licenses/by-sa/4.0/deed.fr" rel="license">Licence CC by-sa</a>
602
- <div class="tags">
603
- Tags :
604
- <ul class="tag_cloud" itemprop="keywords">
605
- <li><a href="/tags/snowden/public" rel="tag">snowden</a></li>
606
- <li><a href="/tags/nsa/public" rel="tag">nsa</a></li>
607
- <li><a href="/tags/surveillance/public" rel="tag">surveillance</a></li></ul>
608
- </div>
609
- </div>
610
- </header>
611
- <div class="figures">
612
- <meta content="UserLikes:32" itemprop="interactionCount">
613
- <figure class="score" title="Note de ce contenu">32</figure>
614
- <figure class="datePourCss"><div class="jour">24</div><div class="mois">sept.</div><div class="annee">2014</div></figure>
615
- <figure class="image" itemprop="image"><a href="/sections/s%C3%A9curit%C3%A9"><img alt="Sécurité" src="/images/sections/46.png" title="Sécurité" /></a></figure>
616
- </div>
617
- <div class="content entry-content" itemprop="articleBody">
618
- <p><em>Ne trouvant aucune base de données des différents programmes provenant des fuites de Snowden, <a href="https://github.com/nsa-observer">nous</a> avons travaillé à la création d'une <a href="https://www.nsa-observer.net">base de données</a> concernant la NSA et le GCHQ. L'article qui suit est une synthèse d'une partie de nos travaux.</em></p>
619
-
620
- <p><abbr title="Note des modérateurs">NdM</abbr> : cet article poursuit la série commencée par <a href="//linuxfr.org/news/nsa-observer-quels-sont-les-programmes-de-la-nsa">NSA-observer — quels sont les programmes de la NSA ?</a>, <a href="//linuxfr.org/news/nsa-temps-de-faire-le-premier-point">NSA - temps de faire le (premier) point</a> et <a href="//linuxfr.org/news/que-peut-faire-le-service-d-elite-jtrig-du-gchq">Que peut faire le service d'élite JTRIG du GCHQ ?</a>.</p>
621
-
622
- <p>Nous (nsa-observer) allons aborder aujourd'hui le "<a href="https://www.nsa-observer.net/tags/ant">catalogue</a>" du groupe d'élite de la NSA nommé <em>TAO</em> (pour <em><a href="https://en.wikipedia.org/wiki/Tailored_Access_Operations">Tailored Access Operations</a></em>). La mission de ce groupe est, depuis sa création en 1997, d'identifier, de monitorer et de <a href="http://fr.wikipedia.org/wiki/Tao">trouver un chemin</a> vers des réseaux ou des systèmes pour collecter des informations. Ce département a gagné la réputation de collecter certains des meilleurs renseignements parmi les services de renseignements US, que ce soit sur la Chine, sur des groupes terroristes, ou sur les activités politiques, militaires et économiques d'un pays.</p>
623
- <ul class="links">
624
- <li class="link" data-url="/redaction/links/91590/modifier" id="link_91590" lang="fr">
625
- <a class="hit_counter" data-hit="91590" href="https://www.libwalk.so/2014/09/22/TAO-catalogue-ANT.html" hreflang="fr" title="https://www.libwalk.so/2014/09/22/TAO-catalogue-ANT.html">lien vers l&#39;article original</a>
626
- (92 clics)
627
- </li>
628
- <li class="link" data-url="/redaction/links/91591/modifier" id="link_91591" lang="fr">
629
- <a class="hit_counter" data-hit="91591" href="https://www.nsa-observer.net" hreflang="fr" title="https://www.nsa-observer.net">nsa-observer</a>
630
- (87 clics)
631
- </li>
632
-
633
- </ul>
634
-
635
- </div>
636
- <footer class="actions">
637
- <meta content="UserComments:17" itemprop="interactionCount" /><span class="anonymous_reader"><a href="/news/nsa-tao-le-chemin-vers-vos-serveurs" itemprop="url">Lire la suite</a> (<span class="nb_comments">17 commentaires</span>).</span>
638
-
639
- <div class="formats">
640
- <a class="action" href="/news/nsa-tao-le-chemin-vers-vos-serveurs.md" rel="source" title="Télécharger ce contenu au format markdown">Markdown</a>
641
- <a class="action" href="/news/nsa-tao-le-chemin-vers-vos-serveurs.epub" title="Télécharger ce contenu au format epub">Epub</a>
642
- </div>
643
-
644
- </footer>
645
- </article>
646
- <article class="node hentry score3 news" itemscope itemtype="http://schema.org/Article">
647
- <header>
648
- <h1 class="entry-title" itemprop="name"><a href="/news/nouvelle-distribution-linutop-os-14-04-pour-pc">Nouvelle distribution Linutop OS 14.04 pour PC</a></h1>
649
- <div class="meta">
650
- Posté par <a href="/users/linutop--2" rel="author">LINUTOP</a> <time class="updated" datetime="2014-09-25T00:02:28+02:00"><span class="date">le 25/09/14</span> <span class="time">à 00:02</span></time>. Édité par <span class="edited_by"><a href="/users/oumph">Benoît Sibaud</a></span>. Modéré par <a href="/users/andrianarivony">ZeroHeure</a>.
651
- <a href="http://creativecommons.org/licenses/by-sa/4.0/deed.fr" rel="license">Licence CC by-sa</a>
652
- <div class="tags">
653
- Tags :
654
- aucun
655
- </div>
656
- </div>
657
- </header>
658
- <div class="figures">
659
- <meta content="UserLikes:16" itemprop="interactionCount">
660
- <figure class="score" title="Note de ce contenu">16</figure>
661
- <figure class="datePourCss"><div class="jour">25</div><div class="mois">sept.</div><div class="annee">2014</div></figure>
662
- <figure class="image" itemprop="image"><a href="/sections/distribution"><img alt="Distribution" src="/images/sections/83.png" title="Distribution" /></a></figure>
663
- </div>
664
- <div class="content entry-content" itemprop="articleBody">
665
- <p>Une nouvelle version de Linutop Operating System 14.04 est disponible pour tous les mini PC et NUC (Intel):</p>
666
-
667
- <ul>
668
- <li>
669
- <strong>Linutop OS</strong> pour PC s’appuie sur la version 14.04 LTS d’Ubuntu avec l’environnement graphique ‘XFCE’ plus classique et surtout plus petit (&lt; 1GB). Il est fourni avec les principaux logiciels Linux : Firefox 32, Libre Office 4, et VLC 2 Media player ainsi que tous les pilotes Linux à jour.</li>
670
- <li>
671
- <strong>Linutop Security Lock:</strong> le système peut être verrouillé en lecture seule, afin d’éviter l’altération par virus ou mauvaise manipulation. La possibilité de revenir à la configuration d’origine diminue les coûts de maintenance. </li>
672
- <li>
673
- <strong>Internet Kiosk:</strong> permet de configurer en quelques clics : avec ou sans barre de navigation, mode plein écran, verrouillage des sites interdits ou autorisés à la navigation. </li>
674
- <li>
675
- <strong>Display Kiosk:</strong> permet de configurer simplement une « playlist » pour un affichage en plein écran (image, lien URL, page web, vidéo HD, musique), il est compatible avec le système de diffusion Linutop.tv et possède une télécommande.</li>
676
- </ul>
677
- <ul class="links">
678
- <li class="link" data-url="/redaction/links/91609/modifier" id="link_91609" lang="fr">
679
- <a class="hit_counter" data-hit="91609" href="http://www.linutop.com/software.fr.html" hreflang="fr" title="http://www.linutop.com/software.fr.html">Plus d&#39;information concernant Linutop OS</a>
680
- (454 clics)
681
- </li>
682
- <li class="link" data-url="/redaction/links/91610/modifier" id="link_91610" lang="fr">
683
- <a class="hit_counter" data-hit="91610" href="http://www.linutop.com/download.fr.html" hreflang="fr" title="http://www.linutop.com/download.fr.html">Télécharger Linutop OS Demo pour PC</a>
684
- (115 clics)
685
- </li>
686
-
687
- </ul>
688
-
689
- </div>
690
- <footer class="actions">
691
- <meta content="UserComments:15" itemprop="interactionCount" /><span class="anonymous_reader"><a href="/news/nouvelle-distribution-linutop-os-14-04-pour-pc" itemprop="url">Lire la suite</a> (<span class="nb_comments">15 commentaires</span>).</span>
692
-
693
- <div class="formats">
694
- <a class="action" href="/news/nouvelle-distribution-linutop-os-14-04-pour-pc.md" rel="source" title="Télécharger ce contenu au format markdown">Markdown</a>
695
- <a class="action" href="/news/nouvelle-distribution-linutop-os-14-04-pour-pc.epub" title="Télécharger ce contenu au format epub">Epub</a>
696
- </div>
697
-
698
- </footer>
699
- </article>
700
- <article class="node hentry score2 news" itemscope itemtype="http://schema.org/Article">
701
- <header>
702
- <h1 class="entry-title" itemprop="name"><a href="/news/concours-de-programmation-codingame-le-27-septembre-2014">Concours de programmation CodinGame le 27 septembre 2014</a></h1>
703
- <div class="meta">
704
- Posté par <a href="/users/gill_bates" rel="author">Frédéric Desmoulins</a> (<a href="http://www.codingame.com">page perso</a>) <time class="updated" datetime="2014-09-24T21:05:17+02:00"><span class="date">le 24/09/14</span> <span class="time">à 21:05</span></time>. Modéré par <a href="/users/andrianarivony">ZeroHeure</a>.
705
- <a href="http://creativecommons.org/licenses/by-sa/4.0/deed.fr" rel="license">Licence CC by-sa</a>
706
- <div class="tags">
707
- Tags :
708
- <ul class="tag_cloud" itemprop="keywords">
709
- <li><a href="/tags/compétition/public" rel="tag">compétition</a></li>
710
- <li><a href="/tags/hackathon/public" rel="tag">hackathon</a></li>
711
- <li><a href="/tags/programmation/public" rel="tag">programmation</a></li>
712
- <li><a href="/tags/codingame/public" rel="tag">codingame</a></li></ul>
713
- </div>
714
- </div>
715
- </header>
716
- <div class="figures">
717
- <meta content="UserLikes:14" itemprop="interactionCount">
718
- <figure class="score" title="Note de ce contenu">14</figure>
719
- <figure class="datePourCss"><div class="jour">24</div><div class="mois">sept.</div><div class="annee">2014</div></figure>
720
- <figure class="image" itemprop="image"><a href="/sections/jeu"><img alt="Jeu" src="/images/sections/15.png" title="Jeu" /></a></figure>
721
- </div>
722
- <div class="content entry-content" itemprop="articleBody">
723
- <p><img src="//img.linuxfr.org/img/687474703a2f2f66696c65732e636f64696e67616d652e636f6d2f636f64696e67616d652f766f782d636f6465692f696d616765732f766f785f636f6465695f3630302e6a7067/vox_codei_600.jpg" alt="Challenge de code Vox Codei" title="Source : http://files.codingame.com/codingame/vox-codei/images/vox_codei_600.jpg"></p>
724
-
725
- <p>Le prochain challenge de code en ligne proposé par CodinGame sur sa nouvelle plate-forme aura lieu le samedi 27 septembre 2014 à 18h (heure de Paris).</p>
726
-
727
- <p>L'événement accueillera des développeurs du monde entier pour leur permettre de passer un bon moment, défier leurs pairs, gagner des prix ou entrer en contact avec des sociétés qui leur plaisent et qui recrutent.</p>
728
-
729
- <p>Parmi les nouveautés sur le site : un IDE remanié avec un nouveau visualiseur, des boutons pour lancer les jeux de test séparément ou simultanément, un tutoriel de prise en main, un mode solo et multijoueur.</p>
730
- <ul class="links">
731
- <li class="link" data-url="/redaction/links/91611/modifier" id="link_91611" lang="fr">
732
- <a class="hit_counter" data-hit="91611" href="http://www.codingame.com/challenge/vox-codei" hreflang="fr" title="http://www.codingame.com/challenge/vox-codei">Page d&#39;inscription </a>
733
- (144 clics)
734
- </li>
735
- <li class="link" data-url="/redaction/links/91612/modifier" id="link_91612" lang="fr">
736
- <a class="hit_counter" data-hit="91612" href="http://www.codingame.com/games" hreflang="fr" title="http://www.codingame.com/games">Page jeux et tutoriel</a>
737
- (199 clics)
738
- </li>
739
- <li class="link" data-url="/redaction/links/91613/modifier" id="link_91613" lang="fr">
740
- <a class="hit_counter" data-hit="91613" href="http://www.codingame.com/blog/2014/07/shadows-of-knight-les-resultats-de-la_2.html" hreflang="fr" title="http://www.codingame.com/blog/2014/07/shadows-of-knight-les-resultats-de-la_2.html">Résumé du précédent concours</a>
741
- (73 clics)
742
- </li>
743
- <li class="link" data-url="/redaction/links/91614/modifier" id="link_91614" lang="fr">
744
- <a class="hit_counter" data-hit="91614" href="http://www.codingame.com/" hreflang="fr" title="http://www.codingame.com/">Le site de CodinGame</a>
745
- (88 clics)
746
- </li>
747
- <li class="link" data-url="/redaction/links/91615/modifier" id="link_91615" lang="fr">
748
- <a class="hit_counter" data-hit="91615" href="http://www.codingame.com/blog/" hreflang="fr" title="http://www.codingame.com/blog/">Le blog de CodinGame</a>
749
- (33 clics)
750
- </li>
751
-
752
- </ul>
753
-
754
- </div>
755
- <footer class="actions">
756
- <meta content="UserComments:5" itemprop="interactionCount" /><span class="anonymous_reader"><a href="/news/concours-de-programmation-codingame-le-27-septembre-2014" itemprop="url">Lire la suite</a> (<span class="nb_comments">5 commentaires</span>).</span>
757
-
758
- <div class="formats">
759
- <a class="action" href="/news/concours-de-programmation-codingame-le-27-septembre-2014.md" rel="source" title="Télécharger ce contenu au format markdown">Markdown</a>
760
- <a class="action" href="/news/concours-de-programmation-codingame-le-27-septembre-2014.epub" title="Télécharger ce contenu au format epub">Epub</a>
761
- </div>
762
-
763
- </footer>
764
- </article>
765
- <article class="node hentry score10 news" itemscope itemtype="http://schema.org/Article">
766
- <header>
767
- <h1 class="entry-title" itemprop="name"><a href="/news/revue-des-techniques-de-programmation-en-shell">Revue des techniques de programmation en shell</a></h1>
768
- <div class="meta">
769
- Posté par <a href="/users/chat_de_sorciere" rel="author">Michaël</a> (<a href="https://plus.google.com/u/0/116154094655112637294/posts">page perso</a>) <time class="updated" datetime="2014-09-22T09:36:57+02:00"><span class="date">le 22/09/14</span> <span class="time">à 09:36</span></time>. Édité par <span class="edited_by"><a href="/users/oumph">Benoît Sibaud</a>, <a href="/users/nils--2">Nils Ratusznik</a>, <a href="/users/palm123">palm123</a>, <a href="/users/nyco">Nÿco</a>, <a href="/users/biomin">Yves Bourguignon</a> et <a href="/users/jarillon">Pierre Jarillon</a></span>. Modéré par <a href="/users/nils--2">Nils Ratusznik</a>.
770
- <a href="http://creativecommons.org/licenses/by-sa/4.0/deed.fr" rel="license">Licence CC by-sa</a>
771
- <div class="tags">
772
- Tags :
773
- <ul class="tag_cloud" itemprop="keywords">
774
- <li><a href="/tags/shell/public" rel="tag">shell</a></li>
775
- <li><a href="/tags/script_shell/public" rel="tag">script_shell</a></li>
776
- <li><a href="/tags/programmation/public" rel="tag">programmation</a></li></ul>
777
- </div>
778
- </div>
779
- </header>
780
- <div class="figures">
781
- <meta content="UserLikes:103" itemprop="interactionCount">
782
- <figure class="score" title="Note de ce contenu">103</figure>
783
- <figure class="datePourCss"><div class="jour">22</div><div class="mois">sept.</div><div class="annee">2014</div></figure>
784
- <figure class="image" itemprop="image"><a href="/sections/ligne-de-commande"><img alt="Ligne de commande" src="/images/sections/72.png" title="Ligne de commande" /></a></figure>
785
- </div>
786
- <div class="content entry-content" itemprop="articleBody">
787
- <p>L'été est fini, c'est la rentrée ! Pour se remettre en forme, rien de tel qu'une revue des techniques de programmation en <em>shell</em> — ces techniques sont pour le shell de Bourne <code>/bin/sh</code> mais peuvent être utilisées avec les shells compatibles qui permettent parfois des solutions plus faciles.</p>
788
- <ul class="links">
789
- <li class="link" data-url="/redaction/links/91585/modifier" id="link_91585" lang="en">
790
- <a class="hit_counter" data-hit="91585" href="http://www.shellcheck.net/" hreflang="en" title="http://www.shellcheck.net/">ShellCheck (en ligne ou localement)</a>
791
- (988 clics)
792
- </li>
793
- <li class="link" data-url="/redaction/links/91586/modifier" id="link_91586" lang="en">
794
- <a class="hit_counter" data-hit="91586" href="http://wiki.bash-hackers.org/scripting/obsolete" hreflang="en" title="http://wiki.bash-hackers.org/scripting/obsolete">Obsolete and deprecated syntax (Bash Hackers wiki)</a>
795
- (653 clics)
796
- </li>
797
-
798
- </ul>
799
-
800
- </div>
801
- <footer class="actions">
802
- <meta content="UserComments:137" itemprop="interactionCount" /><span class="anonymous_reader"><a href="/news/revue-des-techniques-de-programmation-en-shell" itemprop="url">Lire la suite</a> (<span class="nb_comments">137 commentaires</span>).</span>
803
-
804
- <div class="formats">
805
- <a class="action" href="/news/revue-des-techniques-de-programmation-en-shell.md" rel="source" title="Télécharger ce contenu au format markdown">Markdown</a>
806
- <a class="action" href="/news/revue-des-techniques-de-programmation-en-shell.epub" title="Télécharger ce contenu au format epub">Epub</a>
807
- </div>
808
-
809
- </footer>
810
- </article>
811
- <article class="node hentry score2 news" itemscope itemtype="http://schema.org/Article">
812
- <header>
813
- <h1 class="entry-title" itemprop="name"><a href="/news/conference-tryton-a-leipzig-du-14-au-16-novembre-2014">Conférence Tryton à Leipzig du 14 au 16 novembre 2014</a></h1>
814
- <div class="meta">
815
- Posté par <a href="/users/cedrickrier" rel="author">Cédric Krier</a> (<a href="http://www.b2ck.com/">page perso</a>) <time class="updated" datetime="2014-09-24T11:58:51+02:00"><span class="date">le 24/09/14</span> <span class="time">à 11:58</span></time>. Édité par <span class="edited_by"><a href="/users/oumph">Benoît Sibaud</a>, <a href="/users/xate">Xavier Teyssier</a> et <a href="/users/baud">BAud</a></span>. Modéré par <a href="/users/oumph">Benoît Sibaud</a>.
816
- <a href="http://creativecommons.org/licenses/by-sa/4.0/deed.fr" rel="license">Licence CC by-sa</a>
817
- <div class="tags">
818
- Tags :
819
- <ul class="tag_cloud" itemprop="keywords">
820
- <li><a href="/tags/erp/public" rel="tag">erp</a></li>
821
- <li><a href="/tags/conférence/public" rel="tag">conférence</a></li>
822
- <li><a href="/tags/tryton/public" rel="tag">tryton</a></li></ul>
823
- </div>
824
- </div>
825
- </header>
826
- <div class="figures">
827
- <meta content="UserLikes:11" itemprop="interactionCount">
828
- <figure class="score" title="Note de ce contenu">11</figure>
829
- <figure class="datePourCss"><div class="jour">24</div><div class="mois">sept.</div><div class="annee">2014</div></figure>
830
- <figure class="image" itemprop="image"><a href="/sections/communaut%C3%A9"><img alt="Communauté" src="/images/sections/9.png" title="Communauté" /></a></figure>
831
- </div>
832
- <div class="content entry-content" itemprop="articleBody">
833
- <p>La conférence annuelle de la communauté de <a href="https://fr.wikipedia.org/wiki/Tryton" title="Définition Wikipédia">Tryton</a>, un progiciel de gestion intégré, aura lieu cette année le 14, 15 et 16 novembre 2014. Après Liège et Barcelone, c'est Leipzig en Allemagne qui a été choisie cette fois-ci pour recevoir l'évènement dédié à ce fork d'<a href="https://fr.wikipedia.org/wiki/OpenERP" title="Définition Wikipédia">OpenERP</a>.</p>
834
- <ul class="links">
835
- <li class="link" data-url="/redaction/links/91558/modifier" id="link_91558" lang="en">
836
- <a class="hit_counter" data-hit="91558" href="http://tul2014.tryton.org/" hreflang="en" title="http://tul2014.tryton.org/">TUL2014</a>
837
- (27 clics)
838
- </li>
839
- <li class="link" data-url="/redaction/links/91559/modifier" id="link_91559" lang="en">
840
- <a class="hit_counter" data-hit="91559" href="http://www.eventbrite.de/e/tryton-unconference-leipzig-2014-tickets-12127003193" hreflang="en" title="http://www.eventbrite.de/e/tryton-unconference-leipzig-2014-tickets-12127003193">S&#39;enregistrer</a>
841
- (9 clics)
842
- </li>
843
- <li class="link" data-url="/redaction/links/91560/modifier" id="link_91560" lang="en">
844
- <a class="hit_counter" data-hit="91560" href="http://lanyrd.com/2014/tryton-unconference-leipzig/schedule/" hreflang="en" title="http://lanyrd.com/2014/tryton-unconference-leipzig/schedule/">Planning</a>
845
- (15 clics)
846
- </li>
847
- <li class="link" data-url="/redaction/links/91608/modifier" id="link_91608" lang="fr">
848
- <a class="hit_counter" data-hit="91608" href="https://linuxfr.org/news/sortie-de-tryton-3-2" hreflang="fr" title="https://linuxfr.org/news/sortie-de-tryton-3-2">Annonce de la version 3.2 sur LinuxFr.org</a>
849
- (17 clics)
850
- </li>
851
-
852
- </ul>
853
-
854
- </div>
855
- <footer class="actions">
856
- <meta content="UserComments:2" itemprop="interactionCount" /><span class="anonymous_reader"><a href="/news/conference-tryton-a-leipzig-du-14-au-16-novembre-2014" itemprop="url">Lire la suite</a> (<span class="nb_comments">2 commentaires</span>).</span>
857
-
858
- <div class="formats">
859
- <a class="action" href="/news/conference-tryton-a-leipzig-du-14-au-16-novembre-2014.md" rel="source" title="Télécharger ce contenu au format markdown">Markdown</a>
860
- <a class="action" href="/news/conference-tryton-a-leipzig-du-14-au-16-novembre-2014.epub" title="Télécharger ce contenu au format epub">Epub</a>
861
- </div>
862
-
863
- </footer>
864
- </article>
865
- <article class="node hentry score2 news" itemscope itemtype="http://schema.org/Article">
866
- <header>
867
- <h1 class="entry-title" itemprop="name"><a href="/news/e-venement-se-met-au-tactile-et-sort-en-v2-7-tiramisu-amaretto">e-venement se met au tactile... et sort en v2.7 &quot;Tiramisu Amaretto&quot;</a></h1>
868
- <div class="meta">
869
- Posté par <a href="/users/beta" rel="author">Baptiste SIMON</a> (<a href="http://www.libre-informatique.fr/">page perso</a>) <time class="updated" datetime="2014-09-24T07:32:42+02:00"><span class="date">le 24/09/14</span> <span class="time">à 07:32</span></time>. Édité par <span class="edited_by"><a href="/users/oumph">Benoît Sibaud</a></span>. Modéré par <a href="/users/patrick_g">patrick_g</a>.
870
- <a href="http://creativecommons.org/licenses/by-sa/4.0/deed.fr" rel="license">Licence CC by-sa</a>
871
- <div class="tags">
872
- Tags :
873
- <ul class="tag_cloud" itemprop="keywords">
874
- <li><a href="/tags/php/public" rel="tag">php</a></li>
875
- <li><a href="/tags/crm/public" rel="tag">crm</a></li>
876
- <li><a href="/tags/billetterie/public" rel="tag">billetterie</a></li>
877
- <li><a href="/tags/webapp/public" rel="tag">webapp</a></li></ul>
878
- </div>
879
- </div>
880
- </header>
881
- <div class="figures">
882
- <meta content="UserLikes:12" itemprop="interactionCount">
883
- <figure class="score" title="Note de ce contenu">12</figure>
884
- <figure class="datePourCss"><div class="jour">24</div><div class="mois">sept.</div><div class="annee">2014</div></figure>
885
- <figure class="image" itemprop="image"><a href="/sections/culture"><img alt="Culture" src="/images/sections/70.png" title="Culture" /></a></figure>
886
- </div>
887
- <div class="content entry-content" itemprop="articleBody">
888
- <p>Le logiciel libre (GPL) e-venement de billetterie informatique se renforce : gestion des Réservations de Ressources, billetterie tactile, vente en ligne… Il disposait déjà de nombreux atouts dont le support du paiement sécurisé TIPI ; la grande aventure d'e-venement se poursuit avec une version 2.7 nommée "Tiramisu Amaretto" :</p>
889
-
890
- <ul>
891
- <li> interface « Événementiel » renouvelée et innovante ;</li>
892
- <li> les relations aux publics avec de nouvelles fonctionnalités ;</li>
893
- <li> une interface de billetterie 100% tactile préparant l'arrivée de la vente de produits ;</li>
894
- <li> e-voucher v2 pour la vente en ligne intégrant de nombreux systèmes de paiement ;</li>
895
- <li> un module de statistiques géographiques ;</li>
896
- <li> extractions améliorées dans le module groupes et les scolaires.</li>
897
- </ul>
898
- <ul class="links">
899
- <li class="link" data-url="/redaction/links/91596/modifier" id="link_91596" lang="fr">
900
- <a class="hit_counter" data-hit="91596" href="http://www.e-venement.net/2014/09/18/e-venement-v2-7/" hreflang="fr" title="http://www.e-venement.net/2014/09/18/e-venement-v2-7/">e-venement v2.7</a>
901
- (182 clics)
902
- </li>
903
- <li class="link" data-url="/redaction/links/91597/modifier" id="link_91597" lang="fr">
904
- <a class="hit_counter" data-hit="91597" href="http://www.e-venement.org/2014/09/16/changelog-technique-de-la-version-2-7-tiramisu-amaretto/" hreflang="fr" title="http://www.e-venement.org/2014/09/16/changelog-technique-de-la-version-2-7-tiramisu-amaretto/">CHANGELOG technique</a>
905
- (19 clics)
906
- </li>
907
- <li class="link" data-url="/redaction/links/91598/modifier" id="link_91598" lang="fr">
908
- <a class="hit_counter" data-hit="91598" href="http://download.gna.org/e-venement/" hreflang="fr" title="http://download.gna.org/e-venement/">Téléchargements</a>
909
- (17 clics)
910
- </li>
911
- <li class="link" data-url="/redaction/links/91599/modifier" id="link_91599" lang="fr">
912
- <a class="hit_counter" data-hit="91599" href="http://gna.org/projects/e-venement" hreflang="fr" title="http://gna.org/projects/e-venement">Projet sur gna.org</a>
913
- (26 clics)
914
- </li>
915
-
916
- </ul>
917
-
918
- </div>
919
- <footer class="actions">
920
- <meta content="UserComments:0" itemprop="interactionCount" /><span class="anonymous_reader"><a href="/news/e-venement-se-met-au-tactile-et-sort-en-v2-7-tiramisu-amaretto" itemprop="url">Lire la suite</a> (<span class="nb_comments">0 commentaire</span>).</span>
921
-
922
- <div class="formats">
923
- <a class="action" href="/news/e-venement-se-met-au-tactile-et-sort-en-v2-7-tiramisu-amaretto.md" rel="source" title="Télécharger ce contenu au format markdown">Markdown</a>
924
- <a class="action" href="/news/e-venement-se-met-au-tactile-et-sort-en-v2-7-tiramisu-amaretto.epub" title="Télécharger ce contenu au format epub">Epub</a>
925
- </div>
926
-
927
- </footer>
928
- </article>
929
- <article class="node hentry score1 news" itemscope itemtype="http://schema.org/Article">
930
- <header>
931
- <h1 class="entry-title" itemprop="name"><a href="/news/nantes-aperomaison-le-9-octobre-2014-a-19h">Nantes - ApéroMaison le 9 octobre 2014 à 19h</a></h1>
932
- <div class="meta">
933
- Posté par <a href="/users/scara" rel="author">Annaïg &quot;Scara&quot; DENIS</a> <time class="updated" datetime="2014-09-24T07:31:06+02:00"><span class="date">le 24/09/14</span> <span class="time">à 07:31</span></time>. Édité par <span class="edited_by"><a href="/users/oumph">Benoît Sibaud</a> et <a href="/users/palm123">palm123</a></span>. Modéré par <a href="/users/patrick_g">patrick_g</a>.
934
- <div class="tags">
935
- Tags :
936
- aucun
937
- </div>
938
- </div>
939
- </header>
940
- <div class="figures">
941
- <meta content="UserLikes:8" itemprop="interactionCount">
942
- <figure class="score" title="Note de ce contenu">8</figure>
943
- <figure class="datePourCss"><div class="jour">24</div><div class="mois">sept.</div><div class="annee">2014</div></figure>
944
- <figure class="image" itemprop="image"><a href="/sections/communaut%C3%A9"><img alt="Communauté" src="/images/sections/9.png" title="Communauté" /></a></figure>
945
- </div>
946
- <div class="content entry-content" itemprop="articleBody">
947
- <p><strong>FAImaison</strong>, fournisseur d'accès à Internet Nantais, vous propose un <strong>ApéroMaison</strong> le 9 octobre 2014 à 19h au <strong>Café Flesselles</strong> 3 Allée Flesselles à Nantes, pour <strong>échanger</strong> de façon informelle et conviviale à propos d'Internet et ses usages, pour <strong>découvrir</strong> FAImaison en dehors des réunions hebdomadaires, etc.</p>
948
-
949
- <p><em>L'évènement est ouvert à tous, entrée libre et gratuite.</em></p>
950
- <ul class="links">
951
- <li class="link" data-url="/redaction/links/91600/modifier" id="link_91600" lang="fr">
952
- <a class="hit_counter" data-hit="91600" href="https://www.faimaison.net/" hreflang="fr" title="https://www.faimaison.net/">Site de FAImaison</a>
953
- (101 clics)
954
- </li>
955
- <li class="link" data-url="/redaction/links/91601/modifier" id="link_91601" lang="fr">
956
- <a class="hit_counter" data-hit="91601" href="http://www.agendadulibre.org/events/8787" hreflang="fr" title="http://www.agendadulibre.org/events/8787">Annonce sur l&#39;Agenda du Libre</a>
957
- (13 clics)
958
- </li>
959
- <li class="link" data-url="/redaction/links/91602/modifier" id="link_91602" lang="fr">
960
- <a class="hit_counter" data-hit="91602" href="http://www.openstreetmap.org/node/569755525#map=18/47.21417/-1.55453" hreflang="fr" title="http://www.openstreetmap.org/node/569755525#map=18/47.21417/-1.55453">Le Flesselles sur OSM</a>
961
- (17 clics)
962
- </li>
963
-
964
- </ul>
965
-
966
- </div>
967
- <footer class="actions">
968
- <meta content="UserComments:0" itemprop="interactionCount" /><span class="anonymous_reader"><a href="/news/nantes-aperomaison-le-9-octobre-2014-a-19h" itemprop="url">Lire la suite</a> (<span class="nb_comments">0 commentaire</span>).</span>
969
-
970
- <div class="formats">
971
- <a class="action" href="/news/nantes-aperomaison-le-9-octobre-2014-a-19h.md" rel="source" title="Télécharger ce contenu au format markdown">Markdown</a>
972
- <a class="action" href="/news/nantes-aperomaison-le-9-octobre-2014-a-19h.epub" title="Télécharger ce contenu au format epub">Epub</a>
973
- </div>
974
-
975
- </footer>
976
- </article>
977
- <article class="node hentry score1 news" itemscope itemtype="http://schema.org/Article">
978
- <header>
979
- <h1 class="entry-title" itemprop="name"><a href="/news/aperolibre-2-octobre-2014-a-nantes-csport-et-ansible">[ApéroLibre] 2 octobre 2014 à Nantes : CSPORT et Ansible</a></h1>
980
- <div class="meta">
981
- Posté par <a href="/users/scara" rel="author">Annaïg &quot;Scara&quot; DENIS</a> <time class="updated" datetime="2014-09-24T07:31:54+02:00"><span class="date">le 24/09/14</span> <span class="time">à 07:31</span></time>. Édité par <span class="edited_by"><a href="/users/oumph">Benoît Sibaud</a></span>. Modéré par <a href="/users/patrick_g">patrick_g</a>.
982
- <div class="tags">
983
- Tags :
984
- aucun
985
- </div>
986
- </div>
987
- </header>
988
- <div class="figures">
989
- <meta content="UserLikes:7" itemprop="interactionCount">
990
- <figure class="score" title="Note de ce contenu">7</figure>
991
- <figure class="datePourCss"><div class="jour">24</div><div class="mois">sept.</div><div class="annee">2014</div></figure>
992
- <figure class="image" itemprop="image"><a href="/sections/communaut%C3%A9"><img alt="Communauté" src="/images/sections/9.png" title="Communauté" /></a></figure>
993
- </div>
994
- <div class="content entry-content" itemprop="articleBody">
995
- <p>Retrouvez-nous autour d'un apéro le jeudi 2 octobre (18h45-21h) à la Cantine Numérique de Nantes pour découvrir deux thématiques : "CSPORT : l'outil de gestion des matches et des arbitres pour les comités sportifs" et "Installation automatisée de serveurs GNU/Linux avec Ansible".</p>
996
-
997
- <p>Vous vous intéressez aux logiciels libres ou plus généralement au monde du Libre ?</p>
998
-
999
- <p>Alliance Libre vous propose un nouveau format de séminaire : les '''ApéroLibres''', généralement le 3<sup>e</sup> jeudi tous les 2 mois impairs, de 18h45 à 21h à la Cantine Numérique de Nantes (Chaussée de la Madeleine - 11 Impasse Juton - 44000 Nantes) pour découvrir 2 thématiques différentes.</p>
1000
-
1001
- <p>Date suivante : le 20 novembre ("Téléphonie VoIP" &amp; "Gestion des Exigences et des Tests")</p>
1002
-
1003
- <p><em>Entrée libre et gratuite - Le nombre de places est limité, si vous voulez être sûr d'avoir une place, inscrivez vous à info AT alliance-libre DOT org.</em></p>
1004
- <ul class="links">
1005
- <li class="link" data-url="/redaction/links/91603/modifier" id="link_91603" lang="fr">
1006
- <a class="hit_counter" data-hit="91603" href="http://www.alliance-libre.org/actualite/aperolibre-2014-10.html" hreflang="fr" title="http://www.alliance-libre.org/actualite/aperolibre-2014-10.html">Annonce sur le site d&#39;Alliance Libre</a>
1007
- (26 clics)
1008
- </li>
1009
- <li class="link" data-url="/redaction/links/91604/modifier" id="link_91604" lang="fr">
1010
- <a class="hit_counter" data-hit="91604" href="http://www.agendadulibre.org/events/8794" hreflang="fr" title="http://www.agendadulibre.org/events/8794">Annonce sur l&#39;Agenda du Libre</a>
1011
- (10 clics)
1012
- </li>
1013
- <li class="link" data-url="/redaction/links/91605/modifier" id="link_91605" lang="fr">
1014
- <a class="hit_counter" data-hit="91605" href="http://www.ansible.com" hreflang="fr" title="http://www.ansible.com">Site d&#39;Ansible</a>
1015
- (44 clics)
1016
- </li>
1017
- <li class="link" data-url="/redaction/links/91606/modifier" id="link_91606" lang="fr">
1018
- <a class="hit_counter" data-hit="91606" href="http://www.vagrantup.com" hreflang="fr" title="http://www.vagrantup.com">Site de Vagran</a>
1019
- (21 clics)
1020
- </li>
1021
-
1022
- </ul>
1023
-
1024
- </div>
1025
- <footer class="actions">
1026
- <meta content="UserComments:0" itemprop="interactionCount" /><span class="anonymous_reader"><a href="/news/aperolibre-2-octobre-2014-a-nantes-csport-et-ansible" itemprop="url">Lire la suite</a> (<span class="nb_comments">0 commentaire</span>).</span>
1027
-
1028
- <div class="formats">
1029
- <a class="action" href="/news/aperolibre-2-octobre-2014-a-nantes-csport-et-ansible.md" rel="source" title="Télécharger ce contenu au format markdown">Markdown</a>
1030
- <a class="action" href="/news/aperolibre-2-octobre-2014-a-nantes-csport-et-ansible.epub" title="Télécharger ce contenu au format epub">Epub</a>
1031
- </div>
1032
-
1033
- </footer>
1034
- </article>
1035
- <article class="node hentry score3 news" itemscope itemtype="http://schema.org/Article">
1036
- <header>
1037
- <h1 class="entry-title" itemprop="name"><a href="/news/gamekey-light-20-000-telechargements-plus-tard">GameKey Light : 20 000 téléchargements plus tard</a></h1>
1038
- <div class="meta">
1039
- Posté par <a href="/users/papap" rel="author">papap</a> (<a href="http://asso.lanpower.free.fr">page perso</a>) <time class="updated" datetime="2014-09-23T07:57:53+02:00"><span class="date">le 23/09/14</span> <span class="time">à 07:57</span></time>. Édité par <span class="edited_by"><a href="/users/oumph">Benoît Sibaud</a>, <a href="/users/nils--2">Nils Ratusznik</a>, <a href="/users/xate">Xavier Teyssier</a> et <a href="/users/palm123">palm123</a></span>. Modéré par <a href="/users/poltuiu">tuiu pol</a>.
1040
- <a href="http://creativecommons.org/licenses/by-sa/4.0/deed.fr" rel="license">Licence CC by-sa</a>
1041
- <div class="tags">
1042
- Tags :
1043
- <ul class="tag_cloud" itemprop="keywords">
1044
- <li><a href="/tags/jeu_vidéo/public" rel="tag">jeu_vidéo</a></li>
1045
- <li><a href="/tags/jeux/public" rel="tag">jeux</a></li>
1046
- <li><a href="/tags/jeux_libres/public" rel="tag">jeux_libres</a></li>
1047
- <li><a href="/tags/jeux_linux/public" rel="tag">jeux_linux</a></li></ul>
1048
- </div>
1049
- </div>
1050
- </header>
1051
- <div class="figures">
1052
- <meta content="UserLikes:17" itemprop="interactionCount">
1053
- <figure class="score" title="Note de ce contenu">17</figure>
1054
- <figure class="datePourCss"><div class="jour">23</div><div class="mois">sept.</div><div class="annee">2014</div></figure>
1055
- <figure class="image" itemprop="image"><a href="/sections/jeu"><img alt="Jeu" src="/images/sections/15.png" title="Jeu" /></a></figure>
1056
- </div>
1057
- <div class="content entry-content" itemprop="articleBody">
1058
- <p>C'est avec un grand plaisir que nous vous annonçons le vingt millième téléchargement de nos GameKey Light (séries 1 et 2 confondues).</p>
1059
-
1060
- <p>Sortie le 2 mars 2010, la <a href="http://asso.lanpower.free.fr/index.php?option=com_content&amp;view=article&amp;id=63&amp;Itemid=59">GameKey Light série 1</a> a ouvert le bal : c'est une compilation de jeux libres pour Windows de petite taille (74Mo compressés), mais avec tout de même 39 jeux libres (Puzzles de Simon Tatham en contient 27). Mais ce fût la série 2 et surtout la <a href="http://asso.lanpower.free.fr/index.php?option=com_content&amp;view=article&amp;id=67&amp;Itemid=59">version internationale</a> qui eût un beau succès auprès du grand public, succès qui se poursuit toujours. La raison ? Une disponibilité en cinq langues mais aussi une compatibilité Linux grâce à Wine.</p>
1061
-
1062
- <p>Ne nous voilons pas la face, ce succès n'aurait pas été possible sans le référencement de la <a href="http://asso.lanpower.free.fr/index.php?option=com_content&amp;view=article&amp;id=67&amp;Itemid=59">GameKey Light série 2 internationale</a> dans un média grand public, en l'occurrence <a href="http://www.01net.com/">01 net</a> du groupe NextRadioTV (BFM TV,RMC).</p>
1063
- <ul class="links">
1064
- <li class="link" data-url="/redaction/links/91587/modifier" id="link_91587" lang="fr">
1065
- <a class="hit_counter" data-hit="91587" href="http://asso.lanpower.free.fr/index.php?option=com_content&amp;view=article&amp;id=63&amp;Itemid=59" hreflang="fr" title="http://asso.lanpower.free.fr/index.php?option=com_content&amp;view=article&amp;id=63&amp;Itemid=59">GameKey Light série 1</a>
1066
- (304 clics)
1067
- </li>
1068
- <li class="link" data-url="/redaction/links/91588/modifier" id="link_91588" lang="fr">
1069
- <a class="hit_counter" data-hit="91588" href="http://asso.lanpower.free.fr/index.php?option=com_content&amp;view=article&amp;id=67&amp;Itemid=59" hreflang="fr" title="http://asso.lanpower.free.fr/index.php?option=com_content&amp;view=article&amp;id=67&amp;Itemid=59">GameKey Light série 2 internationnale</a>
1070
- (450 clics)
1071
- </li>
1072
- <li class="link" data-url="/redaction/links/91589/modifier" id="link_91589" lang="fr">
1073
- <a class="hit_counter" data-hit="91589" href="http://www.01net.com/" hreflang="fr" title="http://www.01net.com/">01 net</a>
1074
- (60 clics)
1075
- </li>
1076
-
1077
- </ul>
1078
-
1079
- </div>
1080
- <footer class="actions">
1081
- <meta content="UserComments:19" itemprop="interactionCount" /><span class="anonymous_reader"><a href="/news/gamekey-light-20-000-telechargements-plus-tard" itemprop="url">Lire la suite</a> (<span class="nb_comments">19 commentaires</span>).</span>
1082
-
1083
- <div class="formats">
1084
- <a class="action" href="/news/gamekey-light-20-000-telechargements-plus-tard.md" rel="source" title="Télécharger ce contenu au format markdown">Markdown</a>
1085
- <a class="action" href="/news/gamekey-light-20-000-telechargements-plus-tard.epub" title="Télécharger ce contenu au format epub">Epub</a>
1086
- </div>
1087
-
1088
- </footer>
1089
- </article>
1090
- <article class="node hentry score10 news" itemscope itemtype="http://schema.org/Article">
1091
- <header>
1092
- <h1 class="entry-title" itemprop="name"><a href="/news/sortie-de-paperwork-0-2">Sortie de Paperwork 0.2</a></h1>
1093
- <div class="meta">
1094
- Posté par <a href="/users/jflesch" rel="author">Jérôme Flesch</a> (<a href="http://jflesch.kwain.net/">page perso</a>) <time class="updated" datetime="2014-09-22T02:05:56+02:00"><span class="date">le 22/09/14</span> <span class="time">à 02:05</span></time>. Édité par <span class="edited_by"><a href="/users/oumph">Benoît Sibaud</a>, <a href="/users/neox">NeoX</a>, <a href="/users/andrianarivony">ZeroHeure</a> et <a href="/users/nyco">Nÿco</a></span>. Modéré par <a href="/users/jarillon">Pierre Jarillon</a>.
1095
- <a href="http://creativecommons.org/licenses/by-sa/4.0/deed.fr" rel="license">Licence CC by-sa</a>
1096
- <div class="tags">
1097
- Tags :
1098
- <ul class="tag_cloud" itemprop="keywords">
1099
- <li><a href="/tags/ged/public" rel="tag">ged</a></li>
1100
- <li><a href="/tags/paperasse/public" rel="tag">paperasse</a></li>
1101
- <li><a href="/tags/scanner/public" rel="tag">scanner</a></li>
1102
- <li><a href="/tags/ocr/public" rel="tag">ocr</a></li>
1103
- <li><a href="/tags/paperwork/public" rel="tag">paperwork</a></li></ul>
1104
- </div>
1105
- </div>
1106
- </header>
1107
- <div class="figures">
1108
- <meta content="UserLikes:64" itemprop="interactionCount">
1109
- <figure class="score" title="Note de ce contenu">64</figure>
1110
- <figure class="datePourCss"><div class="jour">22</div><div class="mois">sept.</div><div class="annee">2014</div></figure>
1111
- <figure class="image" itemprop="image"><a href="/sections/bureautique"><img alt="Bureautique" src="/images/sections/62.png" title="Bureautique" /></a></figure>
1112
- </div>
1113
- <div class="content entry-content" itemprop="articleBody">
1114
- <p>Paperwork est l'outil idéal pour les flemmards qui veulent numériser tous leurs documents papiers. Il s'agit d'une interface graphique conçue avec une idée en tête : "scan&amp;forget" (« numériser et puis voilà fini »). Lire, trier et indexer les papiers est un travail de machine, pas d'humain.</p>
1115
-
1116
- <p>Un peu plus d'un an après Paperwork 0.1, voici Paperwork 0.2. Cette nouvelle version apporte essentiellement des améliorations de l'interface graphique, ainsi que de l'ajout d'une fonctionnalité appelée "prédiction des labels" (histoire de pouvoir être encore plus flemmard lorsqu'on numérise ses documents).</p>
1117
- <ul class="links">
1118
- <li class="link" data-url="/redaction/links/91581/modifier" id="link_91581" lang="en">
1119
- <a class="hit_counter" data-hit="91581" href="https://github.com/jflesch/paperwork/#readme" hreflang="en" title="https://github.com/jflesch/paperwork/#readme">Paperwork 0.2</a>
1120
- (1724 clics)
1121
- </li>
1122
- <li class="link" data-url="/redaction/links/91582/modifier" id="link_91582" lang="en">
1123
- <a class="hit_counter" data-hit="91582" href="https://github.com/jflesch/paperwork/issues/" hreflang="en" title="https://github.com/jflesch/paperwork/issues/">Bug tracker</a>
1124
- (35 clics)
1125
- </li>
1126
- <li class="link" data-url="/redaction/links/91583/modifier" id="link_91583" lang="en">
1127
- <a class="hit_counter" data-hit="91583" href="https://groups.google.com/forum/#!forum/paperwork-gui" hreflang="en" title="https://groups.google.com/forum/#!forum/paperwork-gui">Mailing-list</a>
1128
- (40 clics)
1129
- </li>
1130
- <li class="link" data-url="/redaction/links/91584/modifier" id="link_91584" lang="fr">
1131
- <a class="hit_counter" data-hit="91584" href="https://linuxfr.org/news/sortie-de-paperwork-0-1" hreflang="fr" title="https://linuxfr.org/news/sortie-de-paperwork-0-1">Annonce de Paperwork 0.1</a>
1132
- (219 clics)
1133
- </li>
1134
-
1135
- </ul>
1136
-
1137
- </div>
1138
- <footer class="actions">
1139
- <meta content="UserComments:23" itemprop="interactionCount" /><span class="anonymous_reader"><a href="/news/sortie-de-paperwork-0-2" itemprop="url">Lire la suite</a> (<span class="nb_comments">23 commentaires</span>).</span>
1140
-
1141
- <div class="formats">
1142
- <a class="action" href="/news/sortie-de-paperwork-0-2.md" rel="source" title="Télécharger ce contenu au format markdown">Markdown</a>
1143
- <a class="action" href="/news/sortie-de-paperwork-0-2.epub" title="Télécharger ce contenu au format epub">Epub</a>
1144
- </div>
1145
-
1146
- </footer>
1147
- </article>
1148
-
1149
- </main>
1150
- <nav class="toolbox"> <nav class="pagination">
1151
-
1152
-
1153
- <span class="page current">
1154
- 1
1155
- </span>
1156
-
1157
- <span class="page">
1158
- <a href="/?page=2" rel="next">2</a>
1159
- </span>
1160
-
1161
- <span class="page">
1162
- <a href="/?page=3">3</a>
1163
- </span>
1164
-
1165
- <span class="page">
1166
- <a href="/?page=4">4</a>
1167
- </span>
1168
-
1169
- <span class="page">
1170
- <a href="/?page=5">5</a>
1171
- </span>
1172
-
1173
- <span class="page">
1174
- <a href="/?page=6">6</a>
1175
- </span>
1176
-
1177
- <span class="page">
1178
- <a href="/?page=7">7</a>
1179
- </span>
1180
-
1181
- <span class="page">
1182
- <a href="/?page=8">8</a>
1183
- </span>
1184
-
1185
- <span class="page">
1186
- <a href="/?page=9">9</a>
1187
- </span>
1188
-
1189
- <span class="page">
1190
- <a href="/?page=10">10</a>
1191
- </span>
1192
-
1193
- <span class="page">
1194
- <a href="/?page=11">11</a>
1195
- </span>
1196
-
1197
- <span class="page gap">…</span>
1198
-
1199
- <span class="next">
1200
- <a href="/?page=2" rel="next">Suivant &rsaquo;</a>
1201
- </span>
1202
-
1203
- <span class="last">
1204
- <a href="/?page=1547">Dernier &raquo;</a>
1205
- </span>
1206
-
1207
- </nav>
1208
- </nav>
1209
- <footer>
1210
- <p><a class="scroll" href="#top">Revenir en haut de page</a></p>
1211
- </footer>
1212
- </section>
1213
- <footer id="bigfooter">
1214
- <nav id="last_comments">
1215
- <h1>Derniers commentaires</h1>
1216
- <ul>
1217
- <li><a href="/users/devnewton/journaux/retour-aux-sources#comment-1563929">Re: Yahou peut être enfin des jeux qui marchent !</a></li>
1218
- <li><a href="/users/shingo/journaux/changer-de-fai-une-bonne-idee#comment-1563928">Re: Coucou les copains de la fédé</a></li>
1219
- <li><a href="/users/octane/journaux/ne-dites-pas-a-ma-mere-que-j-ai-installe-systemd-elle-croit-que-je-suis-pianiste-dans-un-bordel#comment-1563927">Re: Et moi</a></li>
1220
- <li><a href="/news/salut-a-toi-version-0-5#comment-1563926">Rappel passage radio</a></li>
1221
- <li><a href="/users/devnewton/journaux/retour-aux-sources#comment-1563925">Re: plop</a></li>
1222
- <li><a href="/news/concours-de-programmation-codingame-le-27-septembre-2014#comment-1563924">Re: Nouvelle interface</a></li>
1223
- <li><a href="/users/tankey/journaux/mets-a-jour-ton-bash-maintenant#comment-1563923">Re: Il est urgent de mettre à jour</a></li>
1224
- <li><a href="/users/tankey/journaux/mets-a-jour-ton-bash-maintenant#comment-1563922">Re: exploit</a></li>
1225
- <li><a href="/users/melodie/journaux/le-troll-du-jour#comment-1563921">Re: Non mais oh!</a></li>
1226
- <li><a href="/users/melodie/journaux/le-troll-du-jour#comment-1563920">Re: Non mais oh!</a></li>
1227
- <li><a href="/users/devnewton/journaux/retour-aux-sources#comment-1563919">Re: Yahou peut être enfin des jeux qui marchent !</a></li>
1228
- <li><a href="/users/devnewton/journaux/retour-aux-sources#comment-1563918">Re: Cross-compilation</a></li>
1229
- </ul>
1230
- </nav>
1231
- <nav id="popular_tags">
1232
- <h1>Tags populaires</h1>
1233
- <ul class="tag_cloud">
1234
- <li><a href="/tags/revue_de_presse/public">revue_de_presse</a></li>
1235
- <li><a href="/tags/brevets/public">brevets</a></li>
1236
- <li><a href="/tags/debian/public">debian</a></li>
1237
- <li><a href="/tags/juridique/public">juridique</a></li>
1238
- <li><a href="/tags/hcl/public">hcl</a></li>
1239
- <li><a href="/tags/nsa/public">nsa</a></li>
1240
- <li><a href="/tags/drm_flawed_by_design/public">drm_flawed_by_design</a></li>
1241
- <li><a href="/tags/sécurité/public">sécurité</a></li>
1242
- <li><a href="/tags/vie_privée/public">vie_privée</a></li>
1243
- <li><a href="/tags/linux/public">linux</a></li>
1244
- <li><a href="/tags/matériel/public">matériel</a></li>
1245
- <li><a href="/tags/journal_du_mois_2014/public">journal_du_mois_2014</a></li>
1246
- </ul>
1247
- </nav>
1248
- <section id="friends">
1249
- <h1>Sites amis</h1>
1250
- <ul>
1251
- <li><a href="http://www.april.org/">April</a></li>
1252
- <li><a href="http://www.agendadulibre.org/">Agenda du libre</a></li>
1253
- <li><a href="http://www.framasoft.net/">Framasoft</a></li>
1254
- <li><a href="http://fr.lolix.org/">Lolix</a></li>
1255
- <li><a href="http://www.jesuislibre.org/">JeSuisLibre</a></li>
1256
- <li><a href="http://boutique.ed-diamond.com/">Éditions Diamond</a></li>
1257
- <li><a href="http://www.venividilibri.org/">Veni, Vedi, Libri</a></li>
1258
- <li><a href="http://www.linuxgraphic.org/">LinuxGraphic</a></li>
1259
- <li><a href="http://www.editions-eni.fr/livres/open-source/.12659ab71294b44082200c97a40710bc.html">Éditions ENI</a></li>
1260
- <li><a href="http://www.laquadrature.net/">La Quadrature du Net</a></li>
1261
- <li><a href="http://www.gp3.fr/">Grafik Plus</a></li>
1262
- <li><a href="http://lea-linux.org">Lea-Linux</a></li>
1263
- <li><a href="http://tuxfamily.org">TuxFamily</a></li>
1264
- <li><a href="http://www.editions-eyrolles.com/Recherche/?q=linux">Éditions Eyrolles</a></li>
1265
- </ul>
1266
- </section>
1267
- <nav id="about_us">
1268
- <h1>À propos de LinuxFr.org</h1>
1269
- <ul>
1270
- <li><a href="/mentions_legales">Mentions légales</a></li>
1271
- <li><a href="/faire_un_don">Faire un don</a></li>
1272
- <li><a href="/team">Team LinuxFr.org</a></li>
1273
- <li><a href="/informations">Informations sur le site</a></li>
1274
- <li><a href="/aide">Aide / Foire aux questions</a></li>
1275
- <li><a href="/regles_de_moderation">Règles de modération</a></li>
1276
- <li><a href="/statistiques">Statistiques</a></li>
1277
- <li><a href="/developpeur">API pour les développeurs</a></li>
1278
- <li><a href="/code_source_du_site">Code source du site</a></li>
1279
- <li><a href="/plan">Plan du site</a></li>
1280
- </ul>
1281
- </nav>
1282
- </footer>
1283
-
1284
- <script src="/assets/application-f14a7f8bbe8b3d3b9224bf5955fba436.js"></script>
1285
- </body>
1286
- </html>