PLIST 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164
  1. @comment $OpenBSD: PLIST,v 1.9 2016/11/04 10:22:26 landry Exp $
  2. @newgroup _sympa:648
  3. @newuser _sympa:648:648:daemon:Sympa Daemon:/var/empty:/sbin/nologin
  4. @extraunexec rm -rf /var/sympa/*
  5. @mode 755
  6. @owner _sympa
  7. @group _sympa
  8. @sample /var/spool/sympa/
  9. @sample /var/sympa/
  10. @sample /var/sympa/archives/
  11. @sample /var/sympa/bounces/
  12. @sample /var/sympa/etc/
  13. @sample /var/sympa/list_data/
  14. @sample /var/sympa/tmp/
  15. @sample /var/www/sympa/
  16. @mode
  17. @owner
  18. @group
  19. bin/arc2webarc.pl
  20. @comment bin/create_db.Sybase
  21. bin/init_comment.pl
  22. bin/ldap_alias_manager.pl
  23. bin/mod2html.pl
  24. bin/mysql_alias_manager.pl
  25. bin/p12topem.pl
  26. bin/sympa_soap_client.pl
  27. bin/sympa_test_ldap.pl
  28. bin/testlogs.pl
  29. bin/tpl2tt2.pl
  30. bin/upgrade_bulk_spool.pl
  31. bin/upgrade_send_spool.pl
  32. bin/upgrade_sympa_password.pl
  33. ${P5SITE}/Conf.pm
  34. ${P5SITE}/Sympa/
  35. ${P5SITE}/Sympa.pm
  36. ${P5SITE}/Sympa/Admin.pm
  37. ${P5SITE}/Sympa/Alarm.pm
  38. ${P5SITE}/Sympa/Archive.pm
  39. ${P5SITE}/Sympa/Auth.pm
  40. ${P5SITE}/Sympa/Bulk.pm
  41. ${P5SITE}/Sympa/CommandDef.pm
  42. ${P5SITE}/Sympa/ConfDef.pm
  43. ${P5SITE}/Sympa/Config_XML.pm
  44. ${P5SITE}/Sympa/Constants.pm
  45. ${P5SITE}/Sympa/Crash.pm
  46. ${P5SITE}/Sympa/Database.pm
  47. ${P5SITE}/Sympa/DatabaseDescription.pm
  48. ${P5SITE}/Sympa/DatabaseDriver/
  49. ${P5SITE}/Sympa/DatabaseDriver.pm
  50. ${P5SITE}/Sympa/DatabaseDriver/CSV.pm
  51. ${P5SITE}/Sympa/DatabaseDriver/LDAP.pm
  52. ${P5SITE}/Sympa/DatabaseDriver/MySQL.pm
  53. ${P5SITE}/Sympa/DatabaseDriver/ODBC.pm
  54. ${P5SITE}/Sympa/DatabaseDriver/Oracle/
  55. ${P5SITE}/Sympa/DatabaseDriver/Oracle.pm
  56. ${P5SITE}/Sympa/DatabaseDriver/Oracle/St.pm
  57. ${P5SITE}/Sympa/DatabaseDriver/PostgreSQL.pm
  58. ${P5SITE}/Sympa/DatabaseDriver/SQLite.pm
  59. ${P5SITE}/Sympa/DatabaseDriver/Sybase.pm
  60. ${P5SITE}/Sympa/DatabaseManager.pm
  61. ${P5SITE}/Sympa/Datasource.pm
  62. ${P5SITE}/Sympa/Family.pm
  63. ${P5SITE}/Sympa/Fetch.pm
  64. ${P5SITE}/Sympa/HTML/
  65. ${P5SITE}/Sympa/HTML/FormatText.pm
  66. ${P5SITE}/Sympa/HTMLDecorator.pm
  67. ${P5SITE}/Sympa/HTMLSanitizer.pm
  68. ${P5SITE}/Sympa/Internals/
  69. ${P5SITE}/Sympa/Internals.pod
  70. ${P5SITE}/Sympa/Internals/Workflow.pod
  71. ${P5SITE}/Sympa/Language.pm
  72. ${P5SITE}/Sympa/List.pm
  73. ${P5SITE}/Sympa/ListDef.pm
  74. ${P5SITE}/Sympa/ListOpt.pm
  75. ${P5SITE}/Sympa/LockedFile.pm
  76. ${P5SITE}/Sympa/Log.pm
  77. ${P5SITE}/Sympa/Mailer.pm
  78. ${P5SITE}/Sympa/Marc/
  79. ${P5SITE}/Sympa/Marc.pm
  80. ${P5SITE}/Sympa/Marc/Search.pm
  81. ${P5SITE}/Sympa/Message/
  82. ${P5SITE}/Sympa/Message.pm
  83. ${P5SITE}/Sympa/Message/Plugin/
  84. ${P5SITE}/Sympa/Message/Plugin.pm
  85. ${P5SITE}/Sympa/Message/Plugin/FixEncoding.pm
  86. ${P5SITE}/Sympa/Message/Template.pm
  87. ${P5SITE}/Sympa/ModDef.pm
  88. ${P5SITE}/Sympa/Process.pm
  89. ${P5SITE}/Sympa/Regexps.pm
  90. ${P5SITE}/Sympa/Report.pm
  91. ${P5SITE}/Sympa/Request/
  92. ${P5SITE}/Sympa/Request.pm
  93. ${P5SITE}/Sympa/Request/Collection.pm
  94. ${P5SITE}/Sympa/Request/Handler/
  95. ${P5SITE}/Sympa/Request/Handler.pm
  96. ${P5SITE}/Sympa/Request/Handler/add.pm
  97. ${P5SITE}/Sympa/Request/Handler/auth.pm
  98. ${P5SITE}/Sympa/Request/Handler/confirm.pm
  99. ${P5SITE}/Sympa/Request/Handler/del.pm
  100. ${P5SITE}/Sympa/Request/Handler/distribute.pm
  101. ${P5SITE}/Sympa/Request/Handler/finished.pm
  102. ${P5SITE}/Sympa/Request/Handler/get.pm
  103. ${P5SITE}/Sympa/Request/Handler/global_remind.pm
  104. ${P5SITE}/Sympa/Request/Handler/global_set.pm
  105. ${P5SITE}/Sympa/Request/Handler/global_signoff.pm
  106. ${P5SITE}/Sympa/Request/Handler/help.pm
  107. ${P5SITE}/Sympa/Request/Handler/index.pm
  108. ${P5SITE}/Sympa/Request/Handler/info.pm
  109. ${P5SITE}/Sympa/Request/Handler/invite.pm
  110. ${P5SITE}/Sympa/Request/Handler/last.pm
  111. ${P5SITE}/Sympa/Request/Handler/lists.pm
  112. ${P5SITE}/Sympa/Request/Handler/modindex.pm
  113. ${P5SITE}/Sympa/Request/Handler/reject.pm
  114. ${P5SITE}/Sympa/Request/Handler/remind.pm
  115. ${P5SITE}/Sympa/Request/Handler/review.pm
  116. ${P5SITE}/Sympa/Request/Handler/set.pm
  117. ${P5SITE}/Sympa/Request/Handler/signoff.pm
  118. ${P5SITE}/Sympa/Request/Handler/stats.pm
  119. ${P5SITE}/Sympa/Request/Handler/subscribe.pm
  120. ${P5SITE}/Sympa/Request/Handler/unknown.pm
  121. ${P5SITE}/Sympa/Request/Handler/verify.pm
  122. ${P5SITE}/Sympa/Request/Handler/which.pm
  123. ${P5SITE}/Sympa/Request/Message.pm
  124. ${P5SITE}/Sympa/Robot.pm
  125. ${P5SITE}/Sympa/SOAP/
  126. ${P5SITE}/Sympa/SOAP.pm
  127. ${P5SITE}/Sympa/SOAP/Transport.pm
  128. ${P5SITE}/Sympa/Scenario.pm
  129. ${P5SITE}/Sympa/Session.pm
  130. ${P5SITE}/Sympa/SharedDocument.pm
  131. ${P5SITE}/Sympa/Spindle/
  132. ${P5SITE}/Sympa/Spindle.pm
  133. ${P5SITE}/Sympa/Spindle/AuthorizeMessage.pm
  134. ${P5SITE}/Sympa/Spindle/AuthorizeRequest.pm
  135. ${P5SITE}/Sympa/Spindle/DispatchRequest.pm
  136. ${P5SITE}/Sympa/Spindle/DistributeMessage.pm
  137. ${P5SITE}/Sympa/Spindle/DoCommand.pm
  138. ${P5SITE}/Sympa/Spindle/DoForward.pm
  139. ${P5SITE}/Sympa/Spindle/DoMessage.pm
  140. ${P5SITE}/Sympa/Spindle/ProcessArchive.pm
  141. ${P5SITE}/Sympa/Spindle/ProcessAuth.pm
  142. ${P5SITE}/Sympa/Spindle/ProcessAutomatic.pm
  143. ${P5SITE}/Sympa/Spindle/ProcessBounce.pm
  144. ${P5SITE}/Sympa/Spindle/ProcessDigest.pm
  145. ${P5SITE}/Sympa/Spindle/ProcessHeld.pm
  146. ${P5SITE}/Sympa/Spindle/ProcessIncoming.pm
  147. ${P5SITE}/Sympa/Spindle/ProcessMessage.pm
  148. ${P5SITE}/Sympa/Spindle/ProcessModeration.pm
  149. ${P5SITE}/Sympa/Spindle/ProcessOutgoing.pm
  150. ${P5SITE}/Sympa/Spindle/ProcessRequest.pm
  151. ${P5SITE}/Sympa/Spindle/ProcessTemplate.pm
  152. ${P5SITE}/Sympa/Spindle/ResendArchive.pm
  153. ${P5SITE}/Sympa/Spindle/ToAlarm.pm
  154. ${P5SITE}/Sympa/Spindle/ToArchive.pm
  155. ${P5SITE}/Sympa/Spindle/ToAuth.pm
  156. ${P5SITE}/Sympa/Spindle/ToAuthOwner.pm
  157. ${P5SITE}/Sympa/Spindle/ToDigest.pm
  158. ${P5SITE}/Sympa/Spindle/ToEditor.pm
  159. ${P5SITE}/Sympa/Spindle/ToHeld.pm
  160. ${P5SITE}/Sympa/Spindle/ToList.pm
  161. ${P5SITE}/Sympa/Spindle/ToMailer.pm
  162. ${P5SITE}/Sympa/Spindle/ToModeration.pm
  163. ${P5SITE}/Sympa/Spindle/ToOutgoing.pm
  164. ${P5SITE}/Sympa/Spindle/TransformDigestFinal.pm
  165. ${P5SITE}/Sympa/Spindle/TransformIncoming.pm
  166. ${P5SITE}/Sympa/Spindle/TransformOutgoing.pm
  167. ${P5SITE}/Sympa/Spool/
  168. ${P5SITE}/Sympa/Spool.pm
  169. ${P5SITE}/Sympa/Spool/Archive.pm
  170. ${P5SITE}/Sympa/Spool/Auth.pm
  171. ${P5SITE}/Sympa/Spool/Automatic.pm
  172. ${P5SITE}/Sympa/Spool/Bounce.pm
  173. ${P5SITE}/Sympa/Spool/Digest/
  174. ${P5SITE}/Sympa/Spool/Digest.pm
  175. ${P5SITE}/Sympa/Spool/Digest/Collection.pm
  176. ${P5SITE}/Sympa/Spool/Held.pm
  177. ${P5SITE}/Sympa/Spool/Incoming.pm
  178. ${P5SITE}/Sympa/Spool/Moderation.pm
  179. ${P5SITE}/Sympa/Task.pm
  180. ${P5SITE}/Sympa/Template.pm
  181. ${P5SITE}/Sympa/Ticket.pm
  182. ${P5SITE}/Sympa/Tools/
  183. ${P5SITE}/Sympa/Tools/DKIM.pm
  184. ${P5SITE}/Sympa/Tools/Data.pm
  185. ${P5SITE}/Sympa/Tools/File.pm
  186. ${P5SITE}/Sympa/Tools/Password.pm
  187. ${P5SITE}/Sympa/Tools/SMIME.pm
  188. ${P5SITE}/Sympa/Tools/Text.pm
  189. ${P5SITE}/Sympa/Tools/Time.pm
  190. ${P5SITE}/Sympa/Tools/WWW.pm
  191. ${P5SITE}/Sympa/Topic.pm
  192. ${P5SITE}/Sympa/Tracking.pm
  193. ${P5SITE}/Sympa/Upgrade.pm
  194. ${P5SITE}/Sympa/User.pm
  195. libexec/sympa/
  196. @mode 4755
  197. @owner _sympa
  198. @group _sympa
  199. @bin libexec/sympa/bouncequeue
  200. @bin libexec/sympa/familyqueue
  201. @bin libexec/sympa/queue
  202. @mode 4750
  203. @owner root
  204. @bin libexec/sympa/sympa_newaliases-wrapper
  205. @mode 6755
  206. @owner _sympa
  207. @bin libexec/sympa/sympa_soap_server-wrapper.fcgi
  208. @bin libexec/sympa/wwsympa-wrapper.fcgi
  209. @mode
  210. @owner
  211. @group
  212. @bin libexec/sympa/sympa_smtpc
  213. libexec/sympa/sympa_soap_server.fcgi
  214. libexec/sympa/wwsympa.fcgi
  215. @sample /var/www/wwsympa.fcgi
  216. @man man/man1/mod2html.1
  217. @man man/man1/sympa.1
  218. @man man/man1/sympa_newaliases.1
  219. @man man/man1/sympa_smtpc.1
  220. @man man/man1/sympa_test_ldap.1
  221. @man man/man1/sympa_toc.1
  222. @man man/man1/sympa_wizard.1
  223. @man man/man1/upgrade_bulk_spool.1
  224. @man man/man1/upgrade_send_spool.1
  225. @man man/man1/upgrade_sympa_password.1
  226. @man man/man5/charset.conf.5
  227. @man man/man5/sympa.conf.5
  228. @man man/man5/sympa_database.5
  229. @man man/man8/alias_manager.8
  230. @man man/man8/archived.8
  231. @man man/man8/bounced.8
  232. @man man/man8/bulk.8
  233. @man man/man8/sympa_automatic.8
  234. @man man/man8/sympa_msg.8
  235. @man man/man8/sympa_soap_server.8
  236. @man man/man8/task_manager.8
  237. @man man/man8/wwsympa.8
  238. sbin/alias_manager.pl
  239. sbin/archived.pl
  240. sbin/bounced.pl
  241. sbin/bulk.pl
  242. sbin/sympa
  243. sbin/sympa.pl
  244. sbin/sympa_automatic.pl
  245. sbin/sympa_msg.pl
  246. sbin/sympa_newaliases.pl
  247. sbin/sympa_wizard.pl
  248. sbin/task_manager.pl
  249. share/doc/pkg-readmes/${FULLPKGNAME}
  250. share/examples/sympa/
  251. share/examples/sympa/README.perltidy
  252. @owner _sympa
  253. @group _sympa
  254. share/examples/sympa/data_structure.version
  255. @sample /var/sympa/etc/data_structure.version
  256. @owner
  257. @group
  258. share/examples/sympa/dot.perltidyrc
  259. share/examples/sympa/samples/
  260. share/examples/sympa/samples/README
  261. share/examples/sympa/samples/employees.ldap
  262. share/examples/sympa/samples/families/
  263. share/examples/sympa/samples/families/sample-auto/
  264. share/examples/sympa/samples/families/sample-auto/config.tt2
  265. share/examples/sympa/samples/families/sample-auto/param_constraint.conf
  266. share/examples/sympa/samples/robot.conf
  267. share/examples/sympa/samples/sampleClient.php
  268. share/examples/sympa/samples/test/
  269. share/examples/sympa/samples/test/config
  270. share/examples/sympa/samples/test/info
  271. share/examples/sympa/samples/test/message.footer
  272. share/examples/sympa/samples/test/web_tt2/
  273. share/examples/sympa/samples/test/web_tt2/welcome.tt2
  274. share/examples/sympa/samples/trusted_applications.conf
  275. share/examples/sympa/sympa.conf
  276. @sample /var/sympa/${SYSCONFDIR}/sympa.conf
  277. share/locale/ar/
  278. share/locale/ar/LC_MESSAGES/
  279. share/locale/ar/LC_MESSAGES/sympa.mo
  280. share/locale/ar/LC_MESSAGES/web_help.mo
  281. share/locale/bg/LC_MESSAGES/sympa.mo
  282. share/locale/bg/LC_MESSAGES/web_help.mo
  283. share/locale/br/
  284. share/locale/br/LC_MESSAGES/
  285. share/locale/br/LC_MESSAGES/sympa.mo
  286. share/locale/br/LC_MESSAGES/web_help.mo
  287. share/locale/ca/LC_MESSAGES/sympa.mo
  288. share/locale/ca/LC_MESSAGES/web_help.mo
  289. share/locale/cs/LC_MESSAGES/sympa.mo
  290. share/locale/cs/LC_MESSAGES/web_help.mo
  291. share/locale/de/LC_MESSAGES/sympa.mo
  292. share/locale/de/LC_MESSAGES/web_help.mo
  293. share/locale/el/LC_MESSAGES/sympa.mo
  294. share/locale/el/LC_MESSAGES/web_help.mo
  295. share/locale/en/LC_MESSAGES/sympa.mo
  296. share/locale/en/LC_MESSAGES/web_help.mo
  297. share/locale/en_US/
  298. share/locale/en_US/LC_MESSAGES/
  299. share/locale/en_US/LC_MESSAGES/sympa.mo
  300. share/locale/en_US/LC_MESSAGES/web_help.mo
  301. share/locale/es/LC_MESSAGES/sympa.mo
  302. share/locale/es/LC_MESSAGES/web_help.mo
  303. share/locale/et/LC_MESSAGES/sympa.mo
  304. share/locale/et/LC_MESSAGES/web_help.mo
  305. share/locale/eu/LC_MESSAGES/sympa.mo
  306. share/locale/eu/LC_MESSAGES/web_help.mo
  307. share/locale/fi/LC_MESSAGES/sympa.mo
  308. share/locale/fi/LC_MESSAGES/web_help.mo
  309. share/locale/fr/LC_MESSAGES/sympa.mo
  310. share/locale/fr/LC_MESSAGES/web_help.mo
  311. share/locale/gl/LC_MESSAGES/sympa.mo
  312. share/locale/hu/LC_MESSAGES/sympa.mo
  313. share/locale/hu/LC_MESSAGES/web_help.mo
  314. share/locale/id/LC_MESSAGES/sympa.mo
  315. share/locale/id/LC_MESSAGES/web_help.mo
  316. share/locale/it/LC_MESSAGES/sympa.mo
  317. share/locale/it/LC_MESSAGES/web_help.mo
  318. share/locale/ja/LC_MESSAGES/sympa.mo
  319. share/locale/ja/LC_MESSAGES/web_help.mo
  320. share/locale/ko/LC_MESSAGES/sympa.mo
  321. share/locale/la/
  322. share/locale/la/LC_MESSAGES/
  323. share/locale/la/LC_MESSAGES/sympa.mo
  324. share/locale/ml/
  325. share/locale/ml/LC_MESSAGES/
  326. share/locale/ml/LC_MESSAGES/sympa.mo
  327. share/locale/nb_NO/
  328. share/locale/nb_NO/LC_MESSAGES/
  329. share/locale/nb_NO/LC_MESSAGES/sympa.mo
  330. share/locale/nb_NO/LC_MESSAGES/web_help.mo
  331. share/locale/nl/LC_MESSAGES/sympa.mo
  332. share/locale/nl/LC_MESSAGES/web_help.mo
  333. share/locale/oc/
  334. share/locale/oc/LC_MESSAGES/
  335. share/locale/oc/LC_MESSAGES/sympa.mo
  336. share/locale/oc/LC_MESSAGES/web_help.mo
  337. share/locale/pl/LC_MESSAGES/sympa.mo
  338. share/locale/pl/LC_MESSAGES/web_help.mo
  339. share/locale/pt/LC_MESSAGES/sympa.mo
  340. share/locale/pt/LC_MESSAGES/web_help.mo
  341. share/locale/pt_BR/LC_MESSAGES/sympa.mo
  342. share/locale/pt_BR/LC_MESSAGES/web_help.mo
  343. share/locale/ro/LC_MESSAGES/sympa.mo
  344. share/locale/ro/LC_MESSAGES/web_help.mo
  345. share/locale/ru/LC_MESSAGES/sympa.mo
  346. share/locale/ru/LC_MESSAGES/web_help.mo
  347. share/locale/sv/LC_MESSAGES/sympa.mo
  348. share/locale/sv/LC_MESSAGES/web_help.mo
  349. share/locale/tr/LC_MESSAGES/sympa.mo
  350. share/locale/tr/LC_MESSAGES/web_help.mo
  351. share/locale/vi/LC_MESSAGES/sympa.mo
  352. share/locale/vi/LC_MESSAGES/web_help.mo
  353. share/locale/zh_CN/LC_MESSAGES/sympa.mo
  354. share/locale/zh_CN/LC_MESSAGES/web_help.mo
  355. share/locale/zh_TW/LC_MESSAGES/sympa.mo
  356. share/sympa/
  357. share/sympa/auth.conf
  358. share/sympa/ca-bundle.crt
  359. share/sympa/charset.conf
  360. share/sympa/crawlers_detection.conf
  361. share/sympa/create_list.conf
  362. share/sympa/create_list_templates/
  363. share/sympa/create_list_templates/confidential/
  364. share/sympa/create_list_templates/confidential/comment.tt2
  365. share/sympa/create_list_templates/confidential/config.tt2
  366. share/sympa/create_list_templates/discussion_list/
  367. share/sympa/create_list_templates/discussion_list/comment.tt2
  368. share/sympa/create_list_templates/discussion_list/config.tt2
  369. share/sympa/create_list_templates/hotline/
  370. share/sympa/create_list_templates/hotline/comment.tt2
  371. share/sympa/create_list_templates/hotline/config.tt2
  372. share/sympa/create_list_templates/html-news-letter/
  373. share/sympa/create_list_templates/html-news-letter/comment.tt2
  374. share/sympa/create_list_templates/html-news-letter/config.tt2
  375. share/sympa/create_list_templates/intranet_list/
  376. share/sympa/create_list_templates/intranet_list/comment.tt2
  377. share/sympa/create_list_templates/intranet_list/config.tt2
  378. share/sympa/create_list_templates/news-letter/
  379. share/sympa/create_list_templates/news-letter/comment.tt2
  380. share/sympa/create_list_templates/news-letter/config.tt2
  381. share/sympa/create_list_templates/private_working_group/
  382. share/sympa/create_list_templates/private_working_group/comment.tt2
  383. share/sympa/create_list_templates/private_working_group/config.tt2
  384. share/sympa/create_list_templates/public_web_forum/
  385. share/sympa/create_list_templates/public_web_forum/comment.tt2
  386. share/sympa/create_list_templates/public_web_forum/config.tt2
  387. share/sympa/edit_list.conf
  388. share/sympa/global_task_models/
  389. share/sympa/global_task_models/chk_cert_expiration.daily.task
  390. share/sympa/global_task_models/crl_update.daily.task
  391. share/sympa/global_task_models/eval_bouncers.daily.task
  392. share/sympa/global_task_models/expire_bounce.daily.task
  393. share/sympa/global_task_models/process_bouncers.weekly.task
  394. share/sympa/global_task_models/purge_logs_table.daily.task
  395. share/sympa/global_task_models/purge_one_time_ticket_table.daily.task
  396. share/sympa/global_task_models/purge_orphan_bounces.monthly.task
  397. share/sympa/global_task_models/purge_session_table.daily.task
  398. share/sympa/global_task_models/purge_spools.daily.task
  399. share/sympa/global_task_models/purge_tables.daily.task
  400. share/sympa/global_task_models/purge_user_table.monthly.task
  401. share/sympa/ldap_alias_entry.tt2
  402. share/sympa/ldap_alias_manager.conf
  403. share/sympa/list_aliases.tt2
  404. share/sympa/list_task_models/
  405. share/sympa/list_task_models/expire.yearly.task
  406. share/sympa/list_task_models/remind.2month.task
  407. share/sympa/list_task_models/remind.monthly.task
  408. share/sympa/list_task_models/remind.yearly.task
  409. share/sympa/list_task_models/sync_include.ttl.task
  410. share/sympa/mail_tt2/
  411. share/sympa/mail_tt2/authorization_reject.tt2
  412. share/sympa/mail_tt2/automatic_bounce_management.tt2
  413. share/sympa/mail_tt2/bye.tt2
  414. share/sympa/mail_tt2/certif_warning.tt2
  415. share/sympa/mail_tt2/command_report.tt2
  416. share/sympa/mail_tt2/d_install_shared.tt2
  417. share/sympa/mail_tt2/d_reject_shared.tt2
  418. share/sympa/mail_tt2/delivery_status_notification.tt2
  419. share/sympa/mail_tt2/digest.tt2
  420. share/sympa/mail_tt2/digestplain.tt2
  421. share/sympa/mail_tt2/expire_deletion.tt2
  422. share/sympa/mail_tt2/expire_warning1.tt2
  423. share/sympa/mail_tt2/expire_warning2.tt2
  424. share/sympa/mail_tt2/get_archive.tt2
  425. share/sympa/mail_tt2/global_remind.tt2
  426. share/sympa/mail_tt2/helpfile.tt2
  427. share/sympa/mail_tt2/index_archive.tt2
  428. share/sympa/mail_tt2/info_report.tt2
  429. share/sympa/mail_tt2/invite.tt2
  430. share/sympa/mail_tt2/list_created.tt2
  431. share/sympa/mail_tt2/list_rejected.tt2
  432. share/sympa/mail_tt2/list_unknown.tt2
  433. share/sympa/mail_tt2/listeditor_notification.tt2
  434. share/sympa/mail_tt2/listmaster_groupednotifications.tt2
  435. share/sympa/mail_tt2/listmaster_notification.tt2
  436. share/sympa/mail_tt2/listowner_notification.tt2
  437. share/sympa/mail_tt2/lists.tt2
  438. share/sympa/mail_tt2/message_report.tt2
  439. share/sympa/mail_tt2/moderate.tt2
  440. share/sympa/mail_tt2/modindex.tt2
  441. share/sympa/mail_tt2/reject.tt2
  442. share/sympa/mail_tt2/remind.tt2
  443. share/sympa/mail_tt2/removed.tt2
  444. share/sympa/mail_tt2/request_auth.tt2
  445. share/sympa/mail_tt2/review.tt2
  446. share/sympa/mail_tt2/send_auth.tt2
  447. share/sympa/mail_tt2/sendpasswd.tt2
  448. share/sympa/mail_tt2/sendssopasswd.tt2
  449. share/sympa/mail_tt2/stats_report.tt2
  450. share/sympa/mail_tt2/summary.tt2
  451. share/sympa/mail_tt2/urlized_part.tt2
  452. share/sympa/mail_tt2/user_notification.tt2
  453. share/sympa/mail_tt2/welcome.tt2
  454. share/sympa/mail_tt2/which.tt2
  455. share/sympa/mail_tt2/x509-user-cert-missing.tt2
  456. share/sympa/mail_tt2/your_infected_msg.tt2
  457. share/sympa/mhonarc-ressources.tt2
  458. share/sympa/mime.types
  459. share/sympa/nrcpt_by_domain.conf
  460. share/sympa/scenari/
  461. share/sympa/scenari/access_web_archive.closed
  462. share/sympa/scenari/access_web_archive.intranet
  463. share/sympa/scenari/access_web_archive.listmaster
  464. share/sympa/scenari/access_web_archive.owner
  465. share/sympa/scenari/access_web_archive.private
  466. share/sympa/scenari/access_web_archive.public
  467. share/sympa/scenari/add.auth
  468. share/sympa/scenari/add.authdkim
  469. share/sympa/scenari/add.closed
  470. share/sympa/scenari/add.default
  471. share/sympa/scenari/add.owner
  472. share/sympa/scenari/add.owner_notify
  473. share/sympa/scenari/add.ownerdkim
  474. share/sympa/scenari/archive_mail_access.closed
  475. share/sympa/scenari/archive_mail_access.default
  476. share/sympa/scenari/archive_mail_access.owner
  477. share/sympa/scenari/archive_mail_access.private
  478. share/sympa/scenari/archive_mail_access.public
  479. share/sympa/scenari/automatic_list_creation.family_owner
  480. share/sympa/scenari/automatic_list_creation.listmaster
  481. share/sympa/scenari/automatic_list_creation.public
  482. share/sympa/scenari/create_list.intranet
  483. share/sympa/scenari/create_list.listmaster
  484. share/sympa/scenari/create_list.public_listmaster
  485. share/sympa/scenari/d_edit.default
  486. share/sympa/scenari/d_edit.editor
  487. share/sympa/scenari/d_edit.owner
  488. share/sympa/scenari/d_edit.private
  489. share/sympa/scenari/d_edit.private-https
  490. share/sympa/scenari/d_edit.public
  491. share/sympa/scenari/d_read.default
  492. share/sympa/scenari/d_read.owner
  493. share/sympa/scenari/d_read.private
  494. share/sympa/scenari/d_read.private-https
  495. share/sympa/scenari/d_read.public
  496. share/sympa/scenari/del.auth
  497. share/sympa/scenari/del.authdkim
  498. share/sympa/scenari/del.closed
  499. share/sympa/scenari/del.default
  500. share/sympa/scenari/del.owner
  501. share/sympa/scenari/del.owner_notify
  502. share/sympa/scenari/del.ownerdkim
  503. share/sympa/scenari/global_remind.listmaster
  504. share/sympa/scenari/info.conceal
  505. share/sympa/scenari/info.default
  506. share/sympa/scenari/info.open
  507. share/sympa/scenari/info.private
  508. share/sympa/scenari/invite.closed
  509. share/sympa/scenari/invite.default
  510. share/sympa/scenari/invite.owner
  511. share/sympa/scenari/invite.private
  512. share/sympa/scenari/invite.public
  513. share/sympa/scenari/remind.default
  514. share/sympa/scenari/remind.listmaster
  515. share/sympa/scenari/remind.listmasterdkim
  516. share/sympa/scenari/remind.owner
  517. share/sympa/scenari/remind.ownerdkim
  518. share/sympa/scenari/review.closed
  519. share/sympa/scenari/review.default
  520. share/sympa/scenari/review.intranet
  521. share/sympa/scenari/review.listmaster
  522. share/sympa/scenari/review.owner
  523. share/sympa/scenari/review.private
  524. share/sympa/scenari/review.public
  525. share/sympa/scenari/send.closed
  526. share/sympa/scenari/send.confidential
  527. share/sympa/scenari/send.default
  528. share/sympa/scenari/send.editordkim
  529. share/sympa/scenari/send.editorkey
  530. share/sympa/scenari/send.editorkeyonly
  531. share/sympa/scenari/send.editorkeyonlyauth
  532. share/sympa/scenari/send.intranet
  533. share/sympa/scenari/send.intranetorprivate
  534. share/sympa/scenari/send.newsletter
  535. share/sympa/scenari/send.newsletterkeyonly
  536. share/sympa/scenari/send.private
  537. share/sympa/scenari/send.private_smime
  538. share/sympa/scenari/send.privateandeditorkey
  539. share/sympa/scenari/send.privateandnomultipartoreditorkey
  540. share/sympa/scenari/send.privatekey
  541. share/sympa/scenari/send.privatekeyandeditorkeyonly
  542. share/sympa/scenari/send.privateoreditorkey
  543. share/sympa/scenari/send.privateorpublickey
  544. share/sympa/scenari/send.public
  545. share/sympa/scenari/send.public_nobcc
  546. share/sympa/scenari/send.publickey
  547. share/sympa/scenari/send.publicnoattachment
  548. share/sympa/scenari/send.publicnomultipart
  549. share/sympa/scenari/spam_status.x-spam-status
  550. share/sympa/scenari/subscribe.auth
  551. share/sympa/scenari/subscribe.auth_notify
  552. share/sympa/scenari/subscribe.auth_notifydkim
  553. share/sympa/scenari/subscribe.auth_owner
  554. share/sympa/scenari/subscribe.auth_ownerdkim
  555. share/sympa/scenari/subscribe.authdkim
  556. share/sympa/scenari/subscribe.closed
  557. share/sympa/scenari/subscribe.default
  558. share/sympa/scenari/subscribe.intranet
  559. share/sympa/scenari/subscribe.intranetorowner
  560. share/sympa/scenari/subscribe.open
  561. share/sympa/scenari/subscribe.open_notify
  562. share/sympa/scenari/subscribe.open_quiet
  563. share/sympa/scenari/subscribe.owner
  564. share/sympa/scenari/subscribe.smime
  565. share/sympa/scenari/subscribe.smimeorowner
  566. share/sympa/scenari/topics_visibility.conceal
  567. share/sympa/scenari/topics_visibility.default
  568. share/sympa/scenari/topics_visibility.identified
  569. share/sympa/scenari/topics_visibility.noconceal
  570. share/sympa/scenari/tracking.default
  571. share/sympa/scenari/tracking.owner
  572. share/sympa/scenari/tracking.private
  573. share/sympa/scenari/unsubscribe.auth
  574. share/sympa/scenari/unsubscribe.auth_notify
  575. share/sympa/scenari/unsubscribe.auth_notifydkim
  576. share/sympa/scenari/unsubscribe.authdkim
  577. share/sympa/scenari/unsubscribe.closed
  578. share/sympa/scenari/unsubscribe.default
  579. share/sympa/scenari/unsubscribe.open
  580. share/sympa/scenari/unsubscribe.open_notify
  581. share/sympa/scenari/unsubscribe.owner
  582. share/sympa/scenari/visibility.conceal
  583. share/sympa/scenari/visibility.default
  584. share/sympa/scenari/visibility.intranet
  585. share/sympa/scenari/visibility.noconceal
  586. share/sympa/scenari/visibility.secret
  587. share/sympa/sympa.wsdl
  588. share/sympa/topics.conf
  589. share/sympa/web_tt2/
  590. share/sympa/web_tt2/active_lists.tt2
  591. share/sympa/web_tt2/add_request.tt2
  592. share/sympa/web_tt2/admin.tt2
  593. share/sympa/web_tt2/admin_menu.tt2
  594. share/sympa/web_tt2/ajax.tt2
  595. share/sympa/web_tt2/arc.tt2
  596. share/sympa/web_tt2/arc_manage.tt2
  597. share/sympa/web_tt2/arc_protect.tt2
  598. share/sympa/web_tt2/arcsearch.tt2
  599. share/sympa/web_tt2/arcsearch_form.tt2
  600. share/sympa/web_tt2/aside_menu.tt2
  601. share/sympa/web_tt2/authorization_reject.tt2
  602. share/sympa/web_tt2/auto_signoff.tt2
  603. share/sympa/web_tt2/automatic_lists.tt2
  604. share/sympa/web_tt2/automatic_lists_management_request.tt2
  605. share/sympa/web_tt2/automatic_lists_request.tt2
  606. share/sympa/web_tt2/blacklist.tt2
  607. share/sympa/web_tt2/button_footer.tt2
  608. share/sympa/web_tt2/button_header.tt2
  609. share/sympa/web_tt2/ca.tt2
  610. share/sympa/web_tt2/change_email.tt2
  611. share/sympa/web_tt2/change_email_request.tt2
  612. share/sympa/web_tt2/choosepasswd.tt2
  613. share/sympa/web_tt2/close_list.tt2
  614. share/sympa/web_tt2/compose_mail.tt2
  615. share/sympa/web_tt2/copy_template.tt2
  616. share/sympa/web_tt2/crash.tt2
  617. share/sympa/web_tt2/create_list.tt2
  618. share/sympa/web_tt2/create_list_request.tt2
  619. share/sympa/web_tt2/css.tt2
  620. share/sympa/web_tt2/css_ie.tt2
  621. share/sympa/web_tt2/d_control.tt2
  622. share/sympa/web_tt2/d_editfile.tt2
  623. share/sympa/web_tt2/d_install_shared.tt2
  624. share/sympa/web_tt2/d_properties.tt2
  625. share/sympa/web_tt2/d_read.tt2
  626. share/sympa/web_tt2/d_upload.tt2
  627. share/sympa/web_tt2/docindex.tt2
  628. share/sympa/web_tt2/dump_scenario.tt2
  629. share/sympa/web_tt2/dumpvars.tt2
  630. share/sympa/web_tt2/edit_attributes.tt2
  631. share/sympa/web_tt2/edit_config.tt2
  632. share/sympa/web_tt2/edit_list_request.tt2
  633. share/sympa/web_tt2/edit_template.tt2
  634. share/sympa/web_tt2/editfile.tt2
  635. share/sympa/web_tt2/editsubscriber.tt2
  636. share/sympa/web_tt2/error.tt2
  637. share/sympa/web_tt2/exclusion_table.tt2
  638. share/sympa/web_tt2/family_signoff.tt2
  639. share/sympa/web_tt2/family_signoff_request.tt2
  640. share/sympa/web_tt2/footer.tt2
  641. share/sympa/web_tt2/get_biggest_lists.tt2
  642. share/sympa/web_tt2/get_closed_lists.tt2
  643. share/sympa/web_tt2/get_inactive_lists.tt2
  644. share/sympa/web_tt2/get_latest_lists.tt2
  645. share/sympa/web_tt2/get_pending_lists.tt2
  646. share/sympa/web_tt2/head_javascript.tt2
  647. share/sympa/web_tt2/head_ui.tt2
  648. share/sympa/web_tt2/header.tt2
  649. share/sympa/web_tt2/help.tt2
  650. share/sympa/web_tt2/help_admin.tt2
  651. share/sympa/web_tt2/help_arc.tt2
  652. share/sympa/web_tt2/help_editfile.tt2
  653. share/sympa/web_tt2/help_editlist.tt2
  654. share/sympa/web_tt2/help_faq.tt2
  655. share/sympa/web_tt2/help_faqadmin.tt2
  656. share/sympa/web_tt2/help_faquser.tt2
  657. share/sympa/web_tt2/help_introduction.tt2
  658. share/sympa/web_tt2/help_listconfig.tt2
  659. share/sympa/web_tt2/help_mail_commands.tt2
  660. share/sympa/web_tt2/help_sendmsg.tt2
  661. share/sympa/web_tt2/help_shared.tt2
  662. share/sympa/web_tt2/help_suspend.tt2
  663. share/sympa/web_tt2/help_user.tt2
  664. share/sympa/web_tt2/help_user_options.tt2
  665. share/sympa/web_tt2/home.tt2
  666. share/sympa/web_tt2/info.tt2
  667. share/sympa/web_tt2/install_pending_list.tt2
  668. share/sympa/web_tt2/ja/
  669. share/sympa/web_tt2/ja/css.tt2
  670. share/sympa/web_tt2/javascript.tt2
  671. share/sympa/web_tt2/ko/
  672. share/sympa/web_tt2/ko/css.tt2
  673. share/sympa/web_tt2/latest_arc.tt2
  674. share/sympa/web_tt2/latest_d_read.tt2
  675. share/sympa/web_tt2/latest_lists.tt2
  676. share/sympa/web_tt2/lca.tt2
  677. share/sympa/web_tt2/list_button_footer.tt2
  678. share/sympa/web_tt2/list_button_header.tt2
  679. share/sympa/web_tt2/list_menu.tt2
  680. share/sympa/web_tt2/list_panel.tt2
  681. share/sympa/web_tt2/lists.tt2
  682. share/sympa/web_tt2/lists_categories.tt2
  683. share/sympa/web_tt2/login.tt2
  684. share/sympa/web_tt2/login_menu.tt2
  685. share/sympa/web_tt2/loginbanner.tt2
  686. share/sympa/web_tt2/loginrequest.tt2
  687. share/sympa/web_tt2/ls_templates.tt2
  688. share/sympa/web_tt2/main.tt2
  689. share/sympa/web_tt2/maintenance.tt2
  690. share/sympa/web_tt2/manage_template.tt2
  691. share/sympa/web_tt2/menu.tt2
  692. share/sympa/web_tt2/menu_search.tt2
  693. share/sympa/web_tt2/modform.tt2
  694. share/sympa/web_tt2/modindex.tt2
  695. share/sympa/web_tt2/my.tt2
  696. share/sympa/web_tt2/nav.tt2
  697. share/sympa/web_tt2/news.tt2
  698. share/sympa/web_tt2/notice.tt2
  699. share/sympa/web_tt2/picture_upload.tt2
  700. share/sympa/web_tt2/pref.tt2
  701. share/sympa/web_tt2/remove_arc.tt2
  702. share/sympa/web_tt2/rename_list_request.tt2
  703. share/sympa/web_tt2/renewpasswd.tt2
  704. share/sympa/web_tt2/request_topic.tt2
  705. share/sympa/web_tt2/requestpasswd.tt2
  706. share/sympa/web_tt2/review.tt2
  707. share/sympa/web_tt2/review_family.tt2
  708. share/sympa/web_tt2/reviewbouncing.tt2
  709. share/sympa/web_tt2/rss.tt2
  710. share/sympa/web_tt2/rss_request.tt2
  711. share/sympa/web_tt2/scenario_test.tt2
  712. share/sympa/web_tt2/search.tt2
  713. share/sympa/web_tt2/search_list.tt2
  714. share/sympa/web_tt2/search_list_request.tt2
  715. share/sympa/web_tt2/search_user.tt2
  716. share/sympa/web_tt2/serveradmin.tt2
  717. share/sympa/web_tt2/set_pending_list_request.tt2
  718. share/sympa/web_tt2/setlang.tt2
  719. share/sympa/web_tt2/show_cert.tt2
  720. share/sympa/web_tt2/show_exclude.tt2
  721. share/sympa/web_tt2/show_sessions.tt2
  722. share/sympa/web_tt2/sigindex.tt2
  723. share/sympa/web_tt2/sigrequest.tt2
  724. share/sympa/web_tt2/skinsedit.tt2
  725. share/sympa/web_tt2/sso_login.tt2
  726. share/sympa/web_tt2/stats.tt2
  727. share/sympa/web_tt2/subindex.tt2
  728. share/sympa/web_tt2/suboptions.tt2
  729. share/sympa/web_tt2/subrequest.tt2
  730. share/sympa/web_tt2/subscriber_table.tt2
  731. share/sympa/web_tt2/suspend_request.tt2
  732. share/sympa/web_tt2/sympa_menu.tt2
  733. share/sympa/web_tt2/ticket.tt2
  734. share/sympa/web_tt2/title.tt2
  735. share/sympa/web_tt2/tracking.tt2
  736. share/sympa/web_tt2/tt2_error.tt2
  737. share/sympa/web_tt2/view_template.tt2
  738. share/sympa/web_tt2/viewbounce.tt2
  739. share/sympa/web_tt2/viewlogs.tt2
  740. share/sympa/web_tt2/viewmod.tt2
  741. share/sympa/web_tt2/which.tt2
  742. share/sympa/web_tt2/your_lists.tt2
  743. share/sympa/web_tt2/zh-CN/
  744. share/sympa/web_tt2/zh-CN/css.tt2
  745. share/sympa/web_tt2/zh-TW/
  746. share/sympa/web_tt2/zh-TW/css.tt2
  747. share/sympa/wwwroot/
  748. share/sympa/wwwroot/external/
  749. share/sympa/wwwroot/external/font-awesome/
  750. share/sympa/wwwroot/external/font-awesome/css/
  751. share/sympa/wwwroot/external/font-awesome/css/font-awesome.css
  752. share/sympa/wwwroot/external/font-awesome/css/font-awesome.min.css
  753. share/sympa/wwwroot/external/font-awesome/fonts/
  754. share/sympa/wwwroot/external/font-awesome/fonts/FontAwesome.otf
  755. share/sympa/wwwroot/external/font-awesome/fonts/fontawesome-webfont.eot
  756. share/sympa/wwwroot/external/font-awesome/fonts/fontawesome-webfont.svg
  757. share/sympa/wwwroot/external/font-awesome/fonts/fontawesome-webfont.ttf
  758. share/sympa/wwwroot/external/font-awesome/fonts/fontawesome-webfont.woff
  759. share/sympa/wwwroot/external/font-awesome/fonts/fontawesome-webfont.woff2
  760. share/sympa/wwwroot/external/foundation/
  761. share/sympa/wwwroot/external/foundation/css/
  762. share/sympa/wwwroot/external/foundation/css/foundation.css
  763. share/sympa/wwwroot/external/foundation/css/foundation.min.css
  764. share/sympa/wwwroot/external/foundation/css/normalize.css
  765. share/sympa/wwwroot/external/foundation/css/responsive-tables.css
  766. share/sympa/wwwroot/external/foundation/js/
  767. share/sympa/wwwroot/external/foundation/js/foundation/
  768. share/sympa/wwwroot/external/foundation/js/foundation.min.js
  769. share/sympa/wwwroot/external/foundation/js/foundation/foundation.abide.js
  770. share/sympa/wwwroot/external/foundation/js/foundation/foundation.accordion.js
  771. share/sympa/wwwroot/external/foundation/js/foundation/foundation.alert.js
  772. share/sympa/wwwroot/external/foundation/js/foundation/foundation.clearing.js
  773. share/sympa/wwwroot/external/foundation/js/foundation/foundation.dropdown.js
  774. share/sympa/wwwroot/external/foundation/js/foundation/foundation.equalizer.js
  775. share/sympa/wwwroot/external/foundation/js/foundation/foundation.interchange.js
  776. share/sympa/wwwroot/external/foundation/js/foundation/foundation.joyride.js
  777. share/sympa/wwwroot/external/foundation/js/foundation/foundation.js
  778. share/sympa/wwwroot/external/foundation/js/foundation/foundation.magellan.js
  779. share/sympa/wwwroot/external/foundation/js/foundation/foundation.offcanvas.js
  780. share/sympa/wwwroot/external/foundation/js/foundation/foundation.orbit.js
  781. share/sympa/wwwroot/external/foundation/js/foundation/foundation.reveal.js
  782. share/sympa/wwwroot/external/foundation/js/foundation/foundation.slider.js
  783. share/sympa/wwwroot/external/foundation/js/foundation/foundation.tab.js
  784. share/sympa/wwwroot/external/foundation/js/foundation/foundation.tooltip.js
  785. share/sympa/wwwroot/external/foundation/js/foundation/foundation.topbar.js
  786. share/sympa/wwwroot/external/foundation/js/foundation/responsive-tables.js
  787. share/sympa/wwwroot/external/foundation/js/vendor/
  788. share/sympa/wwwroot/external/foundation/js/vendor/fastclick.js
  789. share/sympa/wwwroot/external/foundation/js/vendor/jquery.cookie.js
  790. share/sympa/wwwroot/external/foundation/js/vendor/jquery.js
  791. share/sympa/wwwroot/external/foundation/js/vendor/modernizr.js
  792. share/sympa/wwwroot/external/foundation/js/vendor/placeholder.js
  793. share/sympa/wwwroot/external/html5shiv/
  794. share/sympa/wwwroot/external/html5shiv/html5shiv.js
  795. share/sympa/wwwroot/external/images/
  796. share/sympa/wwwroot/external/images/ui-bg_flat_0_aaaaaa_40x100.png
  797. share/sympa/wwwroot/external/images/ui-bg_flat_75_ffffff_40x100.png
  798. share/sympa/wwwroot/external/images/ui-bg_glass_55_fbf9ee_1x400.png
  799. share/sympa/wwwroot/external/images/ui-bg_glass_65_ffffff_1x400.png
  800. share/sympa/wwwroot/external/images/ui-bg_glass_75_dadada_1x400.png
  801. share/sympa/wwwroot/external/images/ui-bg_glass_75_e6e6e6_1x400.png
  802. share/sympa/wwwroot/external/images/ui-bg_glass_95_fef1ec_1x400.png
  803. share/sympa/wwwroot/external/images/ui-bg_highlight-soft_75_cccccc_1x100.png
  804. share/sympa/wwwroot/external/images/ui-icons_222222_256x240.png
  805. share/sympa/wwwroot/external/images/ui-icons_2e83ff_256x240.png
  806. share/sympa/wwwroot/external/images/ui-icons_454545_256x240.png
  807. share/sympa/wwwroot/external/images/ui-icons_888888_256x240.png
  808. share/sympa/wwwroot/external/images/ui-icons_cd0a0a_256x240.png
  809. share/sympa/wwwroot/external/jqplot.barRenderer.min.js
  810. share/sympa/wwwroot/external/jqplot.canvasAxisTickRenderer.min.js
  811. share/sympa/wwwroot/external/jqplot.canvasTextRenderer.min.js
  812. share/sympa/wwwroot/external/jqplot.categoryAxisRenderer.min.js
  813. share/sympa/wwwroot/external/jquery-ui.css
  814. share/sympa/wwwroot/external/jquery-ui.js
  815. share/sympa/wwwroot/external/jquery.jqplot.css
  816. share/sympa/wwwroot/external/jquery.jqplot.min.js
  817. share/sympa/wwwroot/external/jquery.js
  818. share/sympa/wwwroot/external/modernizr.custom.js
  819. share/sympa/wwwroot/external/respondjs/
  820. share/sympa/wwwroot/external/respondjs/respond.min.js
  821. share/sympa/wwwroot/fonts/
  822. share/sympa/wwwroot/fonts/Raleway/
  823. share/sympa/wwwroot/fonts/Raleway/OFL.txt
  824. share/sympa/wwwroot/fonts/Raleway/Raleway-Bold.ttf
  825. share/sympa/wwwroot/fonts/Raleway/Raleway-ExtraBold.ttf
  826. share/sympa/wwwroot/fonts/Raleway/Raleway-ExtraLight.ttf
  827. share/sympa/wwwroot/fonts/Raleway/Raleway-Heavy.ttf
  828. share/sympa/wwwroot/fonts/Raleway/Raleway-Light.ttf
  829. share/sympa/wwwroot/fonts/Raleway/Raleway-Medium.ttf
  830. share/sympa/wwwroot/fonts/Raleway/Raleway-Regular.ttf
  831. share/sympa/wwwroot/fonts/Raleway/Raleway-SemiBold.ttf
  832. share/sympa/wwwroot/fonts/Raleway/Raleway-Thin.ttf
  833. share/sympa/wwwroot/fonts/foundation-icons/
  834. share/sympa/wwwroot/fonts/foundation-icons/foundation-icons.css
  835. share/sympa/wwwroot/fonts/foundation-icons/foundation-icons.eot
  836. share/sympa/wwwroot/fonts/foundation-icons/foundation-icons.svg
  837. share/sympa/wwwroot/fonts/foundation-icons/foundation-icons.ttf
  838. share/sympa/wwwroot/fonts/foundation-icons/foundation-icons.woff
  839. share/sympa/wwwroot/fonts/foundation-icons/preview.html
  840. share/sympa/wwwroot/fonts/foundation-icons/svgs/
  841. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-address-book.svg
  842. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-alert.svg
  843. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-align-center.svg
  844. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-align-justify.svg
  845. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-align-left.svg
  846. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-align-right.svg
  847. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-anchor.svg
  848. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-annotate.svg
  849. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-archive.svg
  850. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-arrow-down.svg
  851. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-arrow-left.svg
  852. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-arrow-right.svg
  853. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-arrow-up.svg
  854. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-arrows-compress.svg
  855. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-arrows-expand.svg
  856. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-arrows-in.svg
  857. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-arrows-out.svg
  858. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-asl.svg
  859. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-asterisk.svg
  860. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-at-sign.svg
  861. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-background-color.svg
  862. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-battery-empty.svg
  863. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-battery-full.svg
  864. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-battery-half.svg
  865. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-bitcoin-circle.svg
  866. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-bitcoin.svg
  867. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-blind.svg
  868. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-bluetooth.svg
  869. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-bold.svg
  870. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-book-bookmark.svg
  871. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-book.svg
  872. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-bookmark.svg
  873. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-braille.svg
  874. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-burst-new.svg
  875. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-burst-sale.svg
  876. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-burst.svg
  877. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-calendar.svg
  878. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-camera.svg
  879. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-check.svg
  880. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-checkbox.svg
  881. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-clipboard-notes.svg
  882. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-clipboard-pencil.svg
  883. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-clipboard.svg
  884. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-clock.svg
  885. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-closed-caption.svg
  886. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-cloud.svg
  887. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-comment-minus.svg
  888. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-comment-quotes.svg
  889. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-comment-video.svg
  890. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-comment.svg
  891. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-comments.svg
  892. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-compass.svg
  893. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-contrast.svg
  894. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-credit-card.svg
  895. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-crop.svg
  896. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-crown.svg
  897. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-css3.svg
  898. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-database.svg
  899. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-die-five.svg
  900. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-die-four.svg
  901. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-die-one.svg
  902. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-die-six.svg
  903. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-die-three.svg
  904. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-die-two.svg
  905. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-dislike.svg
  906. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-dollar-bill.svg
  907. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-dollar.svg
  908. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-download.svg
  909. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-eject.svg
  910. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-elevator.svg
  911. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-euro.svg
  912. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-eye.svg
  913. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-fast-forward.svg
  914. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-female-symbol.svg
  915. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-female.svg
  916. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-filter.svg
  917. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-first-aid.svg
  918. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-flag.svg
  919. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-folder-add.svg
  920. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-folder-lock.svg
  921. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-folder.svg
  922. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-foot.svg
  923. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-foundation.svg
  924. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-graph-bar.svg
  925. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-graph-horizontal.svg
  926. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-graph-pie.svg
  927. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-graph-trend.svg
  928. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-guide-dog.svg
  929. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-hearing-aid.svg
  930. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-heart.svg
  931. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-home.svg
  932. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-html5.svg
  933. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-indent-less.svg
  934. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-indent-more.svg
  935. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-info.svg
  936. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-italic.svg
  937. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-key.svg
  938. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-laptop.svg
  939. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-layout.svg
  940. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-lightbulb.svg
  941. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-like.svg
  942. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-link.svg
  943. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-list-bullet.svg
  944. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-list-number.svg
  945. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-list-thumbnails.svg
  946. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-list.svg
  947. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-lock.svg
  948. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-loop.svg
  949. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-magnifying-glass.svg
  950. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-mail.svg
  951. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-male-female.svg
  952. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-male-symbol.svg
  953. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-male.svg
  954. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-map.svg
  955. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-marker.svg
  956. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-megaphone.svg
  957. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-microphone.svg
  958. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-minus-circle.svg
  959. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-minus.svg
  960. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-mobile-signal.svg
  961. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-mobile.svg
  962. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-monitor.svg
  963. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-mountains.svg
  964. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-music.svg
  965. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-next.svg
  966. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-no-dogs.svg
  967. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-no-smoking.svg
  968. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-add.svg
  969. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-copy.svg
  970. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-csv.svg
  971. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-delete.svg
  972. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-doc.svg
  973. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-edit.svg
  974. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-export-csv.svg
  975. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-export-doc.svg
  976. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-export-pdf.svg
  977. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-export.svg
  978. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-filled.svg
  979. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-multiple.svg
  980. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-pdf.svg
  981. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-remove.svg
  982. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-search.svg
  983. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page.svg
  984. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-paint-bucket.svg
  985. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-paperclip.svg
  986. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-pause.svg
  987. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-paw.svg
  988. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-paypal.svg
  989. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-pencil.svg
  990. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-photo.svg
  991. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-play-circle.svg
  992. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-play-video.svg
  993. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-play.svg
  994. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-plus.svg
  995. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-pound.svg
  996. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-power.svg
  997. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-previous.svg
  998. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-price-tag.svg
  999. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-pricetag-multiple.svg
  1000. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-print.svg
  1001. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-prohibited.svg
  1002. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-projection-screen.svg
  1003. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-puzzle.svg
  1004. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-quote.svg
  1005. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-record.svg
  1006. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-refresh.svg
  1007. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-results-demographics.svg
  1008. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-results.svg
  1009. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-rewind-ten.svg
  1010. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-rewind.svg
  1011. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-rss.svg
  1012. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-safety-cone.svg
  1013. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-save.svg
  1014. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-share.svg
  1015. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-sheriff-badge.svg
  1016. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-shield.svg
  1017. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-shopping-bag.svg
  1018. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-shopping-cart.svg
  1019. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-shuffle.svg
  1020. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-skull.svg
  1021. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-500px.svg
  1022. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-adobe.svg
  1023. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-amazon.svg
  1024. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-android.svg
  1025. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-apple.svg
  1026. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-behance.svg
  1027. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-bing.svg
  1028. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-blogger.svg
  1029. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-delicious.svg
  1030. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-designer-news.svg
  1031. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-deviant-art.svg
  1032. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-digg.svg
  1033. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-dribbble.svg
  1034. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-drive.svg
  1035. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-dropbox.svg
  1036. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-evernote.svg
  1037. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-facebook.svg
  1038. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-flickr.svg
  1039. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-forrst.svg
  1040. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-foursquare.svg
  1041. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-game-center.svg
  1042. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-github.svg
  1043. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-google-plus.svg
  1044. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-hacker-news.svg
  1045. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-hi5.svg
  1046. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-instagram.svg
  1047. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-joomla.svg
  1048. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-lastfm.svg
  1049. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-linkedin.svg
  1050. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-medium.svg
  1051. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-myspace.svg
  1052. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-orkut.svg
  1053. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-path.svg
  1054. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-picasa.svg
  1055. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-pinterest.svg
  1056. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-rdio.svg
  1057. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-reddit.svg
  1058. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-skillshare.svg
  1059. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-skype.svg
  1060. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-smashing-mag.svg
  1061. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-snapchat.svg
  1062. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-spotify.svg
  1063. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-squidoo.svg
  1064. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-stack-overflow.svg
  1065. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-steam.svg
  1066. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-stumbleupon.svg
  1067. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-treehouse.svg
  1068. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-tumblr.svg
  1069. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-twitter.svg
  1070. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-vimeo.svg
  1071. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-windows.svg
  1072. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-xbox.svg
  1073. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-yahoo.svg
  1074. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-yelp.svg
  1075. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-youtube.svg
  1076. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-zerply.svg
  1077. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-zurb.svg
  1078. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-sound.svg
  1079. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-star.svg
  1080. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-stop.svg
  1081. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-strikethrough.svg
  1082. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-subscript.svg
  1083. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-superscript.svg
  1084. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-tablet-landscape.svg
  1085. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-tablet-portrait.svg
  1086. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-target-two.svg
  1087. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-target.svg
  1088. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-telephone-accessible.svg
  1089. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-telephone.svg
  1090. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-text-color.svg
  1091. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-thumbnails.svg
  1092. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-ticket.svg
  1093. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-torso-business.svg
  1094. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-torso-female.svg
  1095. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-torso.svg
  1096. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-torsos-all-female.svg
  1097. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-torsos-all.svg
  1098. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-torsos-female-male.svg
  1099. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-torsos-male-female.svg
  1100. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-torsos.svg
  1101. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-trash.svg
  1102. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-trees.svg
  1103. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-trophy.svg
  1104. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-underline.svg
  1105. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-universal-access.svg
  1106. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-unlink.svg
  1107. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-unlock.svg
  1108. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-upload-cloud.svg
  1109. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-upload.svg
  1110. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-usb.svg
  1111. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-video.svg
  1112. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-volume-none.svg
  1113. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-volume-strike.svg
  1114. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-volume.svg
  1115. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-web.svg
  1116. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-wheelchair.svg
  1117. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-widget.svg
  1118. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-wrench.svg
  1119. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-x-circle.svg
  1120. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-x.svg
  1121. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-yen.svg
  1122. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-zoom-in.svg
  1123. share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-zoom-out.svg
  1124. share/sympa/wwwroot/icons/
  1125. share/sympa/wwwroot/icons/arc.png
  1126. share/sympa/wwwroot/icons/back.png
  1127. share/sympa/wwwroot/icons/begin.png
  1128. share/sympa/wwwroot/icons/binary.png
  1129. share/sympa/wwwroot/icons/config.png
  1130. share/sympa/wwwroot/icons/crosshairs.png
  1131. share/sympa/wwwroot/icons/datasources.png
  1132. share/sympa/wwwroot/icons/down.png
  1133. share/sympa/wwwroot/icons/end.png
  1134. share/sympa/wwwroot/icons/favicon_sympa.png
  1135. share/sympa/wwwroot/icons/folder.open.png
  1136. share/sympa/wwwroot/icons/folder.png
  1137. share/sympa/wwwroot/icons/h.png
  1138. share/sympa/wwwroot/icons/image2.png
  1139. share/sympa/wwwroot/icons/junk.png
  1140. share/sympa/wwwroot/icons/left.png
  1141. share/sympa/wwwroot/icons/link.png
  1142. share/sympa/wwwroot/icons/locked.png
  1143. share/sympa/wwwroot/icons/logo-s-lock.png
  1144. share/sympa/wwwroot/icons/logo-s.png
  1145. share/sympa/wwwroot/icons/logo_sympa.png
  1146. share/sympa/wwwroot/icons/movie.png
  1147. share/sympa/wwwroot/icons/new_list.png
  1148. share/sympa/wwwroot/icons/position.png
  1149. share/sympa/wwwroot/icons/right.png
  1150. share/sympa/wwwroot/icons/search.png
  1151. share/sympa/wwwroot/icons/sound1.png
  1152. share/sympa/wwwroot/icons/spinner.gif
  1153. share/sympa/wwwroot/icons/subscribe.png
  1154. share/sympa/wwwroot/icons/sv.png
  1155. share/sympa/wwwroot/icons/text.png
  1156. share/sympa/wwwroot/icons/top.png
  1157. share/sympa/wwwroot/icons/unknown.png
  1158. share/sympa/wwwroot/js/
  1159. share/sympa/wwwroot/js/sympa.js
  1160. @exec cp -r ${PREFIX}/share/sympa/wwwroot/* /var/www/sympa/
  1161. @unexec rm -Rf /var/www/sympa/
  1162. @rcscript ${RCDIR}/sympa
  1163. @rcscript ${RCDIR}/wwsympa