123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164 |
- @comment $OpenBSD: PLIST,v 1.9 2016/11/04 10:22:26 landry Exp $
- @newgroup _sympa:648
- @newuser _sympa:648:648:daemon:Sympa Daemon:/var/empty:/sbin/nologin
- @extraunexec rm -rf /var/sympa/*
- @mode 755
- @owner _sympa
- @group _sympa
- @sample /var/spool/sympa/
- @sample /var/sympa/
- @sample /var/sympa/archives/
- @sample /var/sympa/bounces/
- @sample /var/sympa/etc/
- @sample /var/sympa/list_data/
- @sample /var/sympa/tmp/
- @sample /var/www/sympa/
- @mode
- @owner
- @group
- bin/arc2webarc.pl
- @comment bin/create_db.Sybase
- bin/init_comment.pl
- bin/ldap_alias_manager.pl
- bin/mod2html.pl
- bin/mysql_alias_manager.pl
- bin/p12topem.pl
- bin/sympa_soap_client.pl
- bin/sympa_test_ldap.pl
- bin/testlogs.pl
- bin/tpl2tt2.pl
- bin/upgrade_bulk_spool.pl
- bin/upgrade_send_spool.pl
- bin/upgrade_sympa_password.pl
- ${P5SITE}/Conf.pm
- ${P5SITE}/Sympa/
- ${P5SITE}/Sympa.pm
- ${P5SITE}/Sympa/Admin.pm
- ${P5SITE}/Sympa/Alarm.pm
- ${P5SITE}/Sympa/Archive.pm
- ${P5SITE}/Sympa/Auth.pm
- ${P5SITE}/Sympa/Bulk.pm
- ${P5SITE}/Sympa/CommandDef.pm
- ${P5SITE}/Sympa/ConfDef.pm
- ${P5SITE}/Sympa/Config_XML.pm
- ${P5SITE}/Sympa/Constants.pm
- ${P5SITE}/Sympa/Crash.pm
- ${P5SITE}/Sympa/Database.pm
- ${P5SITE}/Sympa/DatabaseDescription.pm
- ${P5SITE}/Sympa/DatabaseDriver/
- ${P5SITE}/Sympa/DatabaseDriver.pm
- ${P5SITE}/Sympa/DatabaseDriver/CSV.pm
- ${P5SITE}/Sympa/DatabaseDriver/LDAP.pm
- ${P5SITE}/Sympa/DatabaseDriver/MySQL.pm
- ${P5SITE}/Sympa/DatabaseDriver/ODBC.pm
- ${P5SITE}/Sympa/DatabaseDriver/Oracle/
- ${P5SITE}/Sympa/DatabaseDriver/Oracle.pm
- ${P5SITE}/Sympa/DatabaseDriver/Oracle/St.pm
- ${P5SITE}/Sympa/DatabaseDriver/PostgreSQL.pm
- ${P5SITE}/Sympa/DatabaseDriver/SQLite.pm
- ${P5SITE}/Sympa/DatabaseDriver/Sybase.pm
- ${P5SITE}/Sympa/DatabaseManager.pm
- ${P5SITE}/Sympa/Datasource.pm
- ${P5SITE}/Sympa/Family.pm
- ${P5SITE}/Sympa/Fetch.pm
- ${P5SITE}/Sympa/HTML/
- ${P5SITE}/Sympa/HTML/FormatText.pm
- ${P5SITE}/Sympa/HTMLDecorator.pm
- ${P5SITE}/Sympa/HTMLSanitizer.pm
- ${P5SITE}/Sympa/Internals/
- ${P5SITE}/Sympa/Internals.pod
- ${P5SITE}/Sympa/Internals/Workflow.pod
- ${P5SITE}/Sympa/Language.pm
- ${P5SITE}/Sympa/List.pm
- ${P5SITE}/Sympa/ListDef.pm
- ${P5SITE}/Sympa/ListOpt.pm
- ${P5SITE}/Sympa/LockedFile.pm
- ${P5SITE}/Sympa/Log.pm
- ${P5SITE}/Sympa/Mailer.pm
- ${P5SITE}/Sympa/Marc/
- ${P5SITE}/Sympa/Marc.pm
- ${P5SITE}/Sympa/Marc/Search.pm
- ${P5SITE}/Sympa/Message/
- ${P5SITE}/Sympa/Message.pm
- ${P5SITE}/Sympa/Message/Plugin/
- ${P5SITE}/Sympa/Message/Plugin.pm
- ${P5SITE}/Sympa/Message/Plugin/FixEncoding.pm
- ${P5SITE}/Sympa/Message/Template.pm
- ${P5SITE}/Sympa/ModDef.pm
- ${P5SITE}/Sympa/Process.pm
- ${P5SITE}/Sympa/Regexps.pm
- ${P5SITE}/Sympa/Report.pm
- ${P5SITE}/Sympa/Request/
- ${P5SITE}/Sympa/Request.pm
- ${P5SITE}/Sympa/Request/Collection.pm
- ${P5SITE}/Sympa/Request/Handler/
- ${P5SITE}/Sympa/Request/Handler.pm
- ${P5SITE}/Sympa/Request/Handler/add.pm
- ${P5SITE}/Sympa/Request/Handler/auth.pm
- ${P5SITE}/Sympa/Request/Handler/confirm.pm
- ${P5SITE}/Sympa/Request/Handler/del.pm
- ${P5SITE}/Sympa/Request/Handler/distribute.pm
- ${P5SITE}/Sympa/Request/Handler/finished.pm
- ${P5SITE}/Sympa/Request/Handler/get.pm
- ${P5SITE}/Sympa/Request/Handler/global_remind.pm
- ${P5SITE}/Sympa/Request/Handler/global_set.pm
- ${P5SITE}/Sympa/Request/Handler/global_signoff.pm
- ${P5SITE}/Sympa/Request/Handler/help.pm
- ${P5SITE}/Sympa/Request/Handler/index.pm
- ${P5SITE}/Sympa/Request/Handler/info.pm
- ${P5SITE}/Sympa/Request/Handler/invite.pm
- ${P5SITE}/Sympa/Request/Handler/last.pm
- ${P5SITE}/Sympa/Request/Handler/lists.pm
- ${P5SITE}/Sympa/Request/Handler/modindex.pm
- ${P5SITE}/Sympa/Request/Handler/reject.pm
- ${P5SITE}/Sympa/Request/Handler/remind.pm
- ${P5SITE}/Sympa/Request/Handler/review.pm
- ${P5SITE}/Sympa/Request/Handler/set.pm
- ${P5SITE}/Sympa/Request/Handler/signoff.pm
- ${P5SITE}/Sympa/Request/Handler/stats.pm
- ${P5SITE}/Sympa/Request/Handler/subscribe.pm
- ${P5SITE}/Sympa/Request/Handler/unknown.pm
- ${P5SITE}/Sympa/Request/Handler/verify.pm
- ${P5SITE}/Sympa/Request/Handler/which.pm
- ${P5SITE}/Sympa/Request/Message.pm
- ${P5SITE}/Sympa/Robot.pm
- ${P5SITE}/Sympa/SOAP/
- ${P5SITE}/Sympa/SOAP.pm
- ${P5SITE}/Sympa/SOAP/Transport.pm
- ${P5SITE}/Sympa/Scenario.pm
- ${P5SITE}/Sympa/Session.pm
- ${P5SITE}/Sympa/SharedDocument.pm
- ${P5SITE}/Sympa/Spindle/
- ${P5SITE}/Sympa/Spindle.pm
- ${P5SITE}/Sympa/Spindle/AuthorizeMessage.pm
- ${P5SITE}/Sympa/Spindle/AuthorizeRequest.pm
- ${P5SITE}/Sympa/Spindle/DispatchRequest.pm
- ${P5SITE}/Sympa/Spindle/DistributeMessage.pm
- ${P5SITE}/Sympa/Spindle/DoCommand.pm
- ${P5SITE}/Sympa/Spindle/DoForward.pm
- ${P5SITE}/Sympa/Spindle/DoMessage.pm
- ${P5SITE}/Sympa/Spindle/ProcessArchive.pm
- ${P5SITE}/Sympa/Spindle/ProcessAuth.pm
- ${P5SITE}/Sympa/Spindle/ProcessAutomatic.pm
- ${P5SITE}/Sympa/Spindle/ProcessBounce.pm
- ${P5SITE}/Sympa/Spindle/ProcessDigest.pm
- ${P5SITE}/Sympa/Spindle/ProcessHeld.pm
- ${P5SITE}/Sympa/Spindle/ProcessIncoming.pm
- ${P5SITE}/Sympa/Spindle/ProcessMessage.pm
- ${P5SITE}/Sympa/Spindle/ProcessModeration.pm
- ${P5SITE}/Sympa/Spindle/ProcessOutgoing.pm
- ${P5SITE}/Sympa/Spindle/ProcessRequest.pm
- ${P5SITE}/Sympa/Spindle/ProcessTemplate.pm
- ${P5SITE}/Sympa/Spindle/ResendArchive.pm
- ${P5SITE}/Sympa/Spindle/ToAlarm.pm
- ${P5SITE}/Sympa/Spindle/ToArchive.pm
- ${P5SITE}/Sympa/Spindle/ToAuth.pm
- ${P5SITE}/Sympa/Spindle/ToAuthOwner.pm
- ${P5SITE}/Sympa/Spindle/ToDigest.pm
- ${P5SITE}/Sympa/Spindle/ToEditor.pm
- ${P5SITE}/Sympa/Spindle/ToHeld.pm
- ${P5SITE}/Sympa/Spindle/ToList.pm
- ${P5SITE}/Sympa/Spindle/ToMailer.pm
- ${P5SITE}/Sympa/Spindle/ToModeration.pm
- ${P5SITE}/Sympa/Spindle/ToOutgoing.pm
- ${P5SITE}/Sympa/Spindle/TransformDigestFinal.pm
- ${P5SITE}/Sympa/Spindle/TransformIncoming.pm
- ${P5SITE}/Sympa/Spindle/TransformOutgoing.pm
- ${P5SITE}/Sympa/Spool/
- ${P5SITE}/Sympa/Spool.pm
- ${P5SITE}/Sympa/Spool/Archive.pm
- ${P5SITE}/Sympa/Spool/Auth.pm
- ${P5SITE}/Sympa/Spool/Automatic.pm
- ${P5SITE}/Sympa/Spool/Bounce.pm
- ${P5SITE}/Sympa/Spool/Digest/
- ${P5SITE}/Sympa/Spool/Digest.pm
- ${P5SITE}/Sympa/Spool/Digest/Collection.pm
- ${P5SITE}/Sympa/Spool/Held.pm
- ${P5SITE}/Sympa/Spool/Incoming.pm
- ${P5SITE}/Sympa/Spool/Moderation.pm
- ${P5SITE}/Sympa/Task.pm
- ${P5SITE}/Sympa/Template.pm
- ${P5SITE}/Sympa/Ticket.pm
- ${P5SITE}/Sympa/Tools/
- ${P5SITE}/Sympa/Tools/DKIM.pm
- ${P5SITE}/Sympa/Tools/Data.pm
- ${P5SITE}/Sympa/Tools/File.pm
- ${P5SITE}/Sympa/Tools/Password.pm
- ${P5SITE}/Sympa/Tools/SMIME.pm
- ${P5SITE}/Sympa/Tools/Text.pm
- ${P5SITE}/Sympa/Tools/Time.pm
- ${P5SITE}/Sympa/Tools/WWW.pm
- ${P5SITE}/Sympa/Topic.pm
- ${P5SITE}/Sympa/Tracking.pm
- ${P5SITE}/Sympa/Upgrade.pm
- ${P5SITE}/Sympa/User.pm
- libexec/sympa/
- @mode 4755
- @owner _sympa
- @group _sympa
- @bin libexec/sympa/bouncequeue
- @bin libexec/sympa/familyqueue
- @bin libexec/sympa/queue
- @mode 4750
- @owner root
- @bin libexec/sympa/sympa_newaliases-wrapper
- @mode 6755
- @owner _sympa
- @bin libexec/sympa/sympa_soap_server-wrapper.fcgi
- @bin libexec/sympa/wwsympa-wrapper.fcgi
- @mode
- @owner
- @group
- @bin libexec/sympa/sympa_smtpc
- libexec/sympa/sympa_soap_server.fcgi
- libexec/sympa/wwsympa.fcgi
- @sample /var/www/wwsympa.fcgi
- @man man/man1/mod2html.1
- @man man/man1/sympa.1
- @man man/man1/sympa_newaliases.1
- @man man/man1/sympa_smtpc.1
- @man man/man1/sympa_test_ldap.1
- @man man/man1/sympa_toc.1
- @man man/man1/sympa_wizard.1
- @man man/man1/upgrade_bulk_spool.1
- @man man/man1/upgrade_send_spool.1
- @man man/man1/upgrade_sympa_password.1
- @man man/man5/charset.conf.5
- @man man/man5/sympa.conf.5
- @man man/man5/sympa_database.5
- @man man/man8/alias_manager.8
- @man man/man8/archived.8
- @man man/man8/bounced.8
- @man man/man8/bulk.8
- @man man/man8/sympa_automatic.8
- @man man/man8/sympa_msg.8
- @man man/man8/sympa_soap_server.8
- @man man/man8/task_manager.8
- @man man/man8/wwsympa.8
- sbin/alias_manager.pl
- sbin/archived.pl
- sbin/bounced.pl
- sbin/bulk.pl
- sbin/sympa
- sbin/sympa.pl
- sbin/sympa_automatic.pl
- sbin/sympa_msg.pl
- sbin/sympa_newaliases.pl
- sbin/sympa_wizard.pl
- sbin/task_manager.pl
- share/doc/pkg-readmes/${FULLPKGNAME}
- share/examples/sympa/
- share/examples/sympa/README.perltidy
- @owner _sympa
- @group _sympa
- share/examples/sympa/data_structure.version
- @sample /var/sympa/etc/data_structure.version
- @owner
- @group
- share/examples/sympa/dot.perltidyrc
- share/examples/sympa/samples/
- share/examples/sympa/samples/README
- share/examples/sympa/samples/employees.ldap
- share/examples/sympa/samples/families/
- share/examples/sympa/samples/families/sample-auto/
- share/examples/sympa/samples/families/sample-auto/config.tt2
- share/examples/sympa/samples/families/sample-auto/param_constraint.conf
- share/examples/sympa/samples/robot.conf
- share/examples/sympa/samples/sampleClient.php
- share/examples/sympa/samples/test/
- share/examples/sympa/samples/test/config
- share/examples/sympa/samples/test/info
- share/examples/sympa/samples/test/message.footer
- share/examples/sympa/samples/test/web_tt2/
- share/examples/sympa/samples/test/web_tt2/welcome.tt2
- share/examples/sympa/samples/trusted_applications.conf
- share/examples/sympa/sympa.conf
- @sample /var/sympa/${SYSCONFDIR}/sympa.conf
- share/locale/ar/
- share/locale/ar/LC_MESSAGES/
- share/locale/ar/LC_MESSAGES/sympa.mo
- share/locale/ar/LC_MESSAGES/web_help.mo
- share/locale/bg/LC_MESSAGES/sympa.mo
- share/locale/bg/LC_MESSAGES/web_help.mo
- share/locale/br/
- share/locale/br/LC_MESSAGES/
- share/locale/br/LC_MESSAGES/sympa.mo
- share/locale/br/LC_MESSAGES/web_help.mo
- share/locale/ca/LC_MESSAGES/sympa.mo
- share/locale/ca/LC_MESSAGES/web_help.mo
- share/locale/cs/LC_MESSAGES/sympa.mo
- share/locale/cs/LC_MESSAGES/web_help.mo
- share/locale/de/LC_MESSAGES/sympa.mo
- share/locale/de/LC_MESSAGES/web_help.mo
- share/locale/el/LC_MESSAGES/sympa.mo
- share/locale/el/LC_MESSAGES/web_help.mo
- share/locale/en/LC_MESSAGES/sympa.mo
- share/locale/en/LC_MESSAGES/web_help.mo
- share/locale/en_US/
- share/locale/en_US/LC_MESSAGES/
- share/locale/en_US/LC_MESSAGES/sympa.mo
- share/locale/en_US/LC_MESSAGES/web_help.mo
- share/locale/es/LC_MESSAGES/sympa.mo
- share/locale/es/LC_MESSAGES/web_help.mo
- share/locale/et/LC_MESSAGES/sympa.mo
- share/locale/et/LC_MESSAGES/web_help.mo
- share/locale/eu/LC_MESSAGES/sympa.mo
- share/locale/eu/LC_MESSAGES/web_help.mo
- share/locale/fi/LC_MESSAGES/sympa.mo
- share/locale/fi/LC_MESSAGES/web_help.mo
- share/locale/fr/LC_MESSAGES/sympa.mo
- share/locale/fr/LC_MESSAGES/web_help.mo
- share/locale/gl/LC_MESSAGES/sympa.mo
- share/locale/hu/LC_MESSAGES/sympa.mo
- share/locale/hu/LC_MESSAGES/web_help.mo
- share/locale/id/LC_MESSAGES/sympa.mo
- share/locale/id/LC_MESSAGES/web_help.mo
- share/locale/it/LC_MESSAGES/sympa.mo
- share/locale/it/LC_MESSAGES/web_help.mo
- share/locale/ja/LC_MESSAGES/sympa.mo
- share/locale/ja/LC_MESSAGES/web_help.mo
- share/locale/ko/LC_MESSAGES/sympa.mo
- share/locale/la/
- share/locale/la/LC_MESSAGES/
- share/locale/la/LC_MESSAGES/sympa.mo
- share/locale/ml/
- share/locale/ml/LC_MESSAGES/
- share/locale/ml/LC_MESSAGES/sympa.mo
- share/locale/nb_NO/
- share/locale/nb_NO/LC_MESSAGES/
- share/locale/nb_NO/LC_MESSAGES/sympa.mo
- share/locale/nb_NO/LC_MESSAGES/web_help.mo
- share/locale/nl/LC_MESSAGES/sympa.mo
- share/locale/nl/LC_MESSAGES/web_help.mo
- share/locale/oc/
- share/locale/oc/LC_MESSAGES/
- share/locale/oc/LC_MESSAGES/sympa.mo
- share/locale/oc/LC_MESSAGES/web_help.mo
- share/locale/pl/LC_MESSAGES/sympa.mo
- share/locale/pl/LC_MESSAGES/web_help.mo
- share/locale/pt/LC_MESSAGES/sympa.mo
- share/locale/pt/LC_MESSAGES/web_help.mo
- share/locale/pt_BR/LC_MESSAGES/sympa.mo
- share/locale/pt_BR/LC_MESSAGES/web_help.mo
- share/locale/ro/LC_MESSAGES/sympa.mo
- share/locale/ro/LC_MESSAGES/web_help.mo
- share/locale/ru/LC_MESSAGES/sympa.mo
- share/locale/ru/LC_MESSAGES/web_help.mo
- share/locale/sv/LC_MESSAGES/sympa.mo
- share/locale/sv/LC_MESSAGES/web_help.mo
- share/locale/tr/LC_MESSAGES/sympa.mo
- share/locale/tr/LC_MESSAGES/web_help.mo
- share/locale/vi/LC_MESSAGES/sympa.mo
- share/locale/vi/LC_MESSAGES/web_help.mo
- share/locale/zh_CN/LC_MESSAGES/sympa.mo
- share/locale/zh_CN/LC_MESSAGES/web_help.mo
- share/locale/zh_TW/LC_MESSAGES/sympa.mo
- share/sympa/
- share/sympa/auth.conf
- share/sympa/ca-bundle.crt
- share/sympa/charset.conf
- share/sympa/crawlers_detection.conf
- share/sympa/create_list.conf
- share/sympa/create_list_templates/
- share/sympa/create_list_templates/confidential/
- share/sympa/create_list_templates/confidential/comment.tt2
- share/sympa/create_list_templates/confidential/config.tt2
- share/sympa/create_list_templates/discussion_list/
- share/sympa/create_list_templates/discussion_list/comment.tt2
- share/sympa/create_list_templates/discussion_list/config.tt2
- share/sympa/create_list_templates/hotline/
- share/sympa/create_list_templates/hotline/comment.tt2
- share/sympa/create_list_templates/hotline/config.tt2
- share/sympa/create_list_templates/html-news-letter/
- share/sympa/create_list_templates/html-news-letter/comment.tt2
- share/sympa/create_list_templates/html-news-letter/config.tt2
- share/sympa/create_list_templates/intranet_list/
- share/sympa/create_list_templates/intranet_list/comment.tt2
- share/sympa/create_list_templates/intranet_list/config.tt2
- share/sympa/create_list_templates/news-letter/
- share/sympa/create_list_templates/news-letter/comment.tt2
- share/sympa/create_list_templates/news-letter/config.tt2
- share/sympa/create_list_templates/private_working_group/
- share/sympa/create_list_templates/private_working_group/comment.tt2
- share/sympa/create_list_templates/private_working_group/config.tt2
- share/sympa/create_list_templates/public_web_forum/
- share/sympa/create_list_templates/public_web_forum/comment.tt2
- share/sympa/create_list_templates/public_web_forum/config.tt2
- share/sympa/edit_list.conf
- share/sympa/global_task_models/
- share/sympa/global_task_models/chk_cert_expiration.daily.task
- share/sympa/global_task_models/crl_update.daily.task
- share/sympa/global_task_models/eval_bouncers.daily.task
- share/sympa/global_task_models/expire_bounce.daily.task
- share/sympa/global_task_models/process_bouncers.weekly.task
- share/sympa/global_task_models/purge_logs_table.daily.task
- share/sympa/global_task_models/purge_one_time_ticket_table.daily.task
- share/sympa/global_task_models/purge_orphan_bounces.monthly.task
- share/sympa/global_task_models/purge_session_table.daily.task
- share/sympa/global_task_models/purge_spools.daily.task
- share/sympa/global_task_models/purge_tables.daily.task
- share/sympa/global_task_models/purge_user_table.monthly.task
- share/sympa/ldap_alias_entry.tt2
- share/sympa/ldap_alias_manager.conf
- share/sympa/list_aliases.tt2
- share/sympa/list_task_models/
- share/sympa/list_task_models/expire.yearly.task
- share/sympa/list_task_models/remind.2month.task
- share/sympa/list_task_models/remind.monthly.task
- share/sympa/list_task_models/remind.yearly.task
- share/sympa/list_task_models/sync_include.ttl.task
- share/sympa/mail_tt2/
- share/sympa/mail_tt2/authorization_reject.tt2
- share/sympa/mail_tt2/automatic_bounce_management.tt2
- share/sympa/mail_tt2/bye.tt2
- share/sympa/mail_tt2/certif_warning.tt2
- share/sympa/mail_tt2/command_report.tt2
- share/sympa/mail_tt2/d_install_shared.tt2
- share/sympa/mail_tt2/d_reject_shared.tt2
- share/sympa/mail_tt2/delivery_status_notification.tt2
- share/sympa/mail_tt2/digest.tt2
- share/sympa/mail_tt2/digestplain.tt2
- share/sympa/mail_tt2/expire_deletion.tt2
- share/sympa/mail_tt2/expire_warning1.tt2
- share/sympa/mail_tt2/expire_warning2.tt2
- share/sympa/mail_tt2/get_archive.tt2
- share/sympa/mail_tt2/global_remind.tt2
- share/sympa/mail_tt2/helpfile.tt2
- share/sympa/mail_tt2/index_archive.tt2
- share/sympa/mail_tt2/info_report.tt2
- share/sympa/mail_tt2/invite.tt2
- share/sympa/mail_tt2/list_created.tt2
- share/sympa/mail_tt2/list_rejected.tt2
- share/sympa/mail_tt2/list_unknown.tt2
- share/sympa/mail_tt2/listeditor_notification.tt2
- share/sympa/mail_tt2/listmaster_groupednotifications.tt2
- share/sympa/mail_tt2/listmaster_notification.tt2
- share/sympa/mail_tt2/listowner_notification.tt2
- share/sympa/mail_tt2/lists.tt2
- share/sympa/mail_tt2/message_report.tt2
- share/sympa/mail_tt2/moderate.tt2
- share/sympa/mail_tt2/modindex.tt2
- share/sympa/mail_tt2/reject.tt2
- share/sympa/mail_tt2/remind.tt2
- share/sympa/mail_tt2/removed.tt2
- share/sympa/mail_tt2/request_auth.tt2
- share/sympa/mail_tt2/review.tt2
- share/sympa/mail_tt2/send_auth.tt2
- share/sympa/mail_tt2/sendpasswd.tt2
- share/sympa/mail_tt2/sendssopasswd.tt2
- share/sympa/mail_tt2/stats_report.tt2
- share/sympa/mail_tt2/summary.tt2
- share/sympa/mail_tt2/urlized_part.tt2
- share/sympa/mail_tt2/user_notification.tt2
- share/sympa/mail_tt2/welcome.tt2
- share/sympa/mail_tt2/which.tt2
- share/sympa/mail_tt2/x509-user-cert-missing.tt2
- share/sympa/mail_tt2/your_infected_msg.tt2
- share/sympa/mhonarc-ressources.tt2
- share/sympa/mime.types
- share/sympa/nrcpt_by_domain.conf
- share/sympa/scenari/
- share/sympa/scenari/access_web_archive.closed
- share/sympa/scenari/access_web_archive.intranet
- share/sympa/scenari/access_web_archive.listmaster
- share/sympa/scenari/access_web_archive.owner
- share/sympa/scenari/access_web_archive.private
- share/sympa/scenari/access_web_archive.public
- share/sympa/scenari/add.auth
- share/sympa/scenari/add.authdkim
- share/sympa/scenari/add.closed
- share/sympa/scenari/add.default
- share/sympa/scenari/add.owner
- share/sympa/scenari/add.owner_notify
- share/sympa/scenari/add.ownerdkim
- share/sympa/scenari/archive_mail_access.closed
- share/sympa/scenari/archive_mail_access.default
- share/sympa/scenari/archive_mail_access.owner
- share/sympa/scenari/archive_mail_access.private
- share/sympa/scenari/archive_mail_access.public
- share/sympa/scenari/automatic_list_creation.family_owner
- share/sympa/scenari/automatic_list_creation.listmaster
- share/sympa/scenari/automatic_list_creation.public
- share/sympa/scenari/create_list.intranet
- share/sympa/scenari/create_list.listmaster
- share/sympa/scenari/create_list.public_listmaster
- share/sympa/scenari/d_edit.default
- share/sympa/scenari/d_edit.editor
- share/sympa/scenari/d_edit.owner
- share/sympa/scenari/d_edit.private
- share/sympa/scenari/d_edit.private-https
- share/sympa/scenari/d_edit.public
- share/sympa/scenari/d_read.default
- share/sympa/scenari/d_read.owner
- share/sympa/scenari/d_read.private
- share/sympa/scenari/d_read.private-https
- share/sympa/scenari/d_read.public
- share/sympa/scenari/del.auth
- share/sympa/scenari/del.authdkim
- share/sympa/scenari/del.closed
- share/sympa/scenari/del.default
- share/sympa/scenari/del.owner
- share/sympa/scenari/del.owner_notify
- share/sympa/scenari/del.ownerdkim
- share/sympa/scenari/global_remind.listmaster
- share/sympa/scenari/info.conceal
- share/sympa/scenari/info.default
- share/sympa/scenari/info.open
- share/sympa/scenari/info.private
- share/sympa/scenari/invite.closed
- share/sympa/scenari/invite.default
- share/sympa/scenari/invite.owner
- share/sympa/scenari/invite.private
- share/sympa/scenari/invite.public
- share/sympa/scenari/remind.default
- share/sympa/scenari/remind.listmaster
- share/sympa/scenari/remind.listmasterdkim
- share/sympa/scenari/remind.owner
- share/sympa/scenari/remind.ownerdkim
- share/sympa/scenari/review.closed
- share/sympa/scenari/review.default
- share/sympa/scenari/review.intranet
- share/sympa/scenari/review.listmaster
- share/sympa/scenari/review.owner
- share/sympa/scenari/review.private
- share/sympa/scenari/review.public
- share/sympa/scenari/send.closed
- share/sympa/scenari/send.confidential
- share/sympa/scenari/send.default
- share/sympa/scenari/send.editordkim
- share/sympa/scenari/send.editorkey
- share/sympa/scenari/send.editorkeyonly
- share/sympa/scenari/send.editorkeyonlyauth
- share/sympa/scenari/send.intranet
- share/sympa/scenari/send.intranetorprivate
- share/sympa/scenari/send.newsletter
- share/sympa/scenari/send.newsletterkeyonly
- share/sympa/scenari/send.private
- share/sympa/scenari/send.private_smime
- share/sympa/scenari/send.privateandeditorkey
- share/sympa/scenari/send.privateandnomultipartoreditorkey
- share/sympa/scenari/send.privatekey
- share/sympa/scenari/send.privatekeyandeditorkeyonly
- share/sympa/scenari/send.privateoreditorkey
- share/sympa/scenari/send.privateorpublickey
- share/sympa/scenari/send.public
- share/sympa/scenari/send.public_nobcc
- share/sympa/scenari/send.publickey
- share/sympa/scenari/send.publicnoattachment
- share/sympa/scenari/send.publicnomultipart
- share/sympa/scenari/spam_status.x-spam-status
- share/sympa/scenari/subscribe.auth
- share/sympa/scenari/subscribe.auth_notify
- share/sympa/scenari/subscribe.auth_notifydkim
- share/sympa/scenari/subscribe.auth_owner
- share/sympa/scenari/subscribe.auth_ownerdkim
- share/sympa/scenari/subscribe.authdkim
- share/sympa/scenari/subscribe.closed
- share/sympa/scenari/subscribe.default
- share/sympa/scenari/subscribe.intranet
- share/sympa/scenari/subscribe.intranetorowner
- share/sympa/scenari/subscribe.open
- share/sympa/scenari/subscribe.open_notify
- share/sympa/scenari/subscribe.open_quiet
- share/sympa/scenari/subscribe.owner
- share/sympa/scenari/subscribe.smime
- share/sympa/scenari/subscribe.smimeorowner
- share/sympa/scenari/topics_visibility.conceal
- share/sympa/scenari/topics_visibility.default
- share/sympa/scenari/topics_visibility.identified
- share/sympa/scenari/topics_visibility.noconceal
- share/sympa/scenari/tracking.default
- share/sympa/scenari/tracking.owner
- share/sympa/scenari/tracking.private
- share/sympa/scenari/unsubscribe.auth
- share/sympa/scenari/unsubscribe.auth_notify
- share/sympa/scenari/unsubscribe.auth_notifydkim
- share/sympa/scenari/unsubscribe.authdkim
- share/sympa/scenari/unsubscribe.closed
- share/sympa/scenari/unsubscribe.default
- share/sympa/scenari/unsubscribe.open
- share/sympa/scenari/unsubscribe.open_notify
- share/sympa/scenari/unsubscribe.owner
- share/sympa/scenari/visibility.conceal
- share/sympa/scenari/visibility.default
- share/sympa/scenari/visibility.intranet
- share/sympa/scenari/visibility.noconceal
- share/sympa/scenari/visibility.secret
- share/sympa/sympa.wsdl
- share/sympa/topics.conf
- share/sympa/web_tt2/
- share/sympa/web_tt2/active_lists.tt2
- share/sympa/web_tt2/add_request.tt2
- share/sympa/web_tt2/admin.tt2
- share/sympa/web_tt2/admin_menu.tt2
- share/sympa/web_tt2/ajax.tt2
- share/sympa/web_tt2/arc.tt2
- share/sympa/web_tt2/arc_manage.tt2
- share/sympa/web_tt2/arc_protect.tt2
- share/sympa/web_tt2/arcsearch.tt2
- share/sympa/web_tt2/arcsearch_form.tt2
- share/sympa/web_tt2/aside_menu.tt2
- share/sympa/web_tt2/authorization_reject.tt2
- share/sympa/web_tt2/auto_signoff.tt2
- share/sympa/web_tt2/automatic_lists.tt2
- share/sympa/web_tt2/automatic_lists_management_request.tt2
- share/sympa/web_tt2/automatic_lists_request.tt2
- share/sympa/web_tt2/blacklist.tt2
- share/sympa/web_tt2/button_footer.tt2
- share/sympa/web_tt2/button_header.tt2
- share/sympa/web_tt2/ca.tt2
- share/sympa/web_tt2/change_email.tt2
- share/sympa/web_tt2/change_email_request.tt2
- share/sympa/web_tt2/choosepasswd.tt2
- share/sympa/web_tt2/close_list.tt2
- share/sympa/web_tt2/compose_mail.tt2
- share/sympa/web_tt2/copy_template.tt2
- share/sympa/web_tt2/crash.tt2
- share/sympa/web_tt2/create_list.tt2
- share/sympa/web_tt2/create_list_request.tt2
- share/sympa/web_tt2/css.tt2
- share/sympa/web_tt2/css_ie.tt2
- share/sympa/web_tt2/d_control.tt2
- share/sympa/web_tt2/d_editfile.tt2
- share/sympa/web_tt2/d_install_shared.tt2
- share/sympa/web_tt2/d_properties.tt2
- share/sympa/web_tt2/d_read.tt2
- share/sympa/web_tt2/d_upload.tt2
- share/sympa/web_tt2/docindex.tt2
- share/sympa/web_tt2/dump_scenario.tt2
- share/sympa/web_tt2/dumpvars.tt2
- share/sympa/web_tt2/edit_attributes.tt2
- share/sympa/web_tt2/edit_config.tt2
- share/sympa/web_tt2/edit_list_request.tt2
- share/sympa/web_tt2/edit_template.tt2
- share/sympa/web_tt2/editfile.tt2
- share/sympa/web_tt2/editsubscriber.tt2
- share/sympa/web_tt2/error.tt2
- share/sympa/web_tt2/exclusion_table.tt2
- share/sympa/web_tt2/family_signoff.tt2
- share/sympa/web_tt2/family_signoff_request.tt2
- share/sympa/web_tt2/footer.tt2
- share/sympa/web_tt2/get_biggest_lists.tt2
- share/sympa/web_tt2/get_closed_lists.tt2
- share/sympa/web_tt2/get_inactive_lists.tt2
- share/sympa/web_tt2/get_latest_lists.tt2
- share/sympa/web_tt2/get_pending_lists.tt2
- share/sympa/web_tt2/head_javascript.tt2
- share/sympa/web_tt2/head_ui.tt2
- share/sympa/web_tt2/header.tt2
- share/sympa/web_tt2/help.tt2
- share/sympa/web_tt2/help_admin.tt2
- share/sympa/web_tt2/help_arc.tt2
- share/sympa/web_tt2/help_editfile.tt2
- share/sympa/web_tt2/help_editlist.tt2
- share/sympa/web_tt2/help_faq.tt2
- share/sympa/web_tt2/help_faqadmin.tt2
- share/sympa/web_tt2/help_faquser.tt2
- share/sympa/web_tt2/help_introduction.tt2
- share/sympa/web_tt2/help_listconfig.tt2
- share/sympa/web_tt2/help_mail_commands.tt2
- share/sympa/web_tt2/help_sendmsg.tt2
- share/sympa/web_tt2/help_shared.tt2
- share/sympa/web_tt2/help_suspend.tt2
- share/sympa/web_tt2/help_user.tt2
- share/sympa/web_tt2/help_user_options.tt2
- share/sympa/web_tt2/home.tt2
- share/sympa/web_tt2/info.tt2
- share/sympa/web_tt2/install_pending_list.tt2
- share/sympa/web_tt2/ja/
- share/sympa/web_tt2/ja/css.tt2
- share/sympa/web_tt2/javascript.tt2
- share/sympa/web_tt2/ko/
- share/sympa/web_tt2/ko/css.tt2
- share/sympa/web_tt2/latest_arc.tt2
- share/sympa/web_tt2/latest_d_read.tt2
- share/sympa/web_tt2/latest_lists.tt2
- share/sympa/web_tt2/lca.tt2
- share/sympa/web_tt2/list_button_footer.tt2
- share/sympa/web_tt2/list_button_header.tt2
- share/sympa/web_tt2/list_menu.tt2
- share/sympa/web_tt2/list_panel.tt2
- share/sympa/web_tt2/lists.tt2
- share/sympa/web_tt2/lists_categories.tt2
- share/sympa/web_tt2/login.tt2
- share/sympa/web_tt2/login_menu.tt2
- share/sympa/web_tt2/loginbanner.tt2
- share/sympa/web_tt2/loginrequest.tt2
- share/sympa/web_tt2/ls_templates.tt2
- share/sympa/web_tt2/main.tt2
- share/sympa/web_tt2/maintenance.tt2
- share/sympa/web_tt2/manage_template.tt2
- share/sympa/web_tt2/menu.tt2
- share/sympa/web_tt2/menu_search.tt2
- share/sympa/web_tt2/modform.tt2
- share/sympa/web_tt2/modindex.tt2
- share/sympa/web_tt2/my.tt2
- share/sympa/web_tt2/nav.tt2
- share/sympa/web_tt2/news.tt2
- share/sympa/web_tt2/notice.tt2
- share/sympa/web_tt2/picture_upload.tt2
- share/sympa/web_tt2/pref.tt2
- share/sympa/web_tt2/remove_arc.tt2
- share/sympa/web_tt2/rename_list_request.tt2
- share/sympa/web_tt2/renewpasswd.tt2
- share/sympa/web_tt2/request_topic.tt2
- share/sympa/web_tt2/requestpasswd.tt2
- share/sympa/web_tt2/review.tt2
- share/sympa/web_tt2/review_family.tt2
- share/sympa/web_tt2/reviewbouncing.tt2
- share/sympa/web_tt2/rss.tt2
- share/sympa/web_tt2/rss_request.tt2
- share/sympa/web_tt2/scenario_test.tt2
- share/sympa/web_tt2/search.tt2
- share/sympa/web_tt2/search_list.tt2
- share/sympa/web_tt2/search_list_request.tt2
- share/sympa/web_tt2/search_user.tt2
- share/sympa/web_tt2/serveradmin.tt2
- share/sympa/web_tt2/set_pending_list_request.tt2
- share/sympa/web_tt2/setlang.tt2
- share/sympa/web_tt2/show_cert.tt2
- share/sympa/web_tt2/show_exclude.tt2
- share/sympa/web_tt2/show_sessions.tt2
- share/sympa/web_tt2/sigindex.tt2
- share/sympa/web_tt2/sigrequest.tt2
- share/sympa/web_tt2/skinsedit.tt2
- share/sympa/web_tt2/sso_login.tt2
- share/sympa/web_tt2/stats.tt2
- share/sympa/web_tt2/subindex.tt2
- share/sympa/web_tt2/suboptions.tt2
- share/sympa/web_tt2/subrequest.tt2
- share/sympa/web_tt2/subscriber_table.tt2
- share/sympa/web_tt2/suspend_request.tt2
- share/sympa/web_tt2/sympa_menu.tt2
- share/sympa/web_tt2/ticket.tt2
- share/sympa/web_tt2/title.tt2
- share/sympa/web_tt2/tracking.tt2
- share/sympa/web_tt2/tt2_error.tt2
- share/sympa/web_tt2/view_template.tt2
- share/sympa/web_tt2/viewbounce.tt2
- share/sympa/web_tt2/viewlogs.tt2
- share/sympa/web_tt2/viewmod.tt2
- share/sympa/web_tt2/which.tt2
- share/sympa/web_tt2/your_lists.tt2
- share/sympa/web_tt2/zh-CN/
- share/sympa/web_tt2/zh-CN/css.tt2
- share/sympa/web_tt2/zh-TW/
- share/sympa/web_tt2/zh-TW/css.tt2
- share/sympa/wwwroot/
- share/sympa/wwwroot/external/
- share/sympa/wwwroot/external/font-awesome/
- share/sympa/wwwroot/external/font-awesome/css/
- share/sympa/wwwroot/external/font-awesome/css/font-awesome.css
- share/sympa/wwwroot/external/font-awesome/css/font-awesome.min.css
- share/sympa/wwwroot/external/font-awesome/fonts/
- share/sympa/wwwroot/external/font-awesome/fonts/FontAwesome.otf
- share/sympa/wwwroot/external/font-awesome/fonts/fontawesome-webfont.eot
- share/sympa/wwwroot/external/font-awesome/fonts/fontawesome-webfont.svg
- share/sympa/wwwroot/external/font-awesome/fonts/fontawesome-webfont.ttf
- share/sympa/wwwroot/external/font-awesome/fonts/fontawesome-webfont.woff
- share/sympa/wwwroot/external/font-awesome/fonts/fontawesome-webfont.woff2
- share/sympa/wwwroot/external/foundation/
- share/sympa/wwwroot/external/foundation/css/
- share/sympa/wwwroot/external/foundation/css/foundation.css
- share/sympa/wwwroot/external/foundation/css/foundation.min.css
- share/sympa/wwwroot/external/foundation/css/normalize.css
- share/sympa/wwwroot/external/foundation/css/responsive-tables.css
- share/sympa/wwwroot/external/foundation/js/
- share/sympa/wwwroot/external/foundation/js/foundation/
- share/sympa/wwwroot/external/foundation/js/foundation.min.js
- share/sympa/wwwroot/external/foundation/js/foundation/foundation.abide.js
- share/sympa/wwwroot/external/foundation/js/foundation/foundation.accordion.js
- share/sympa/wwwroot/external/foundation/js/foundation/foundation.alert.js
- share/sympa/wwwroot/external/foundation/js/foundation/foundation.clearing.js
- share/sympa/wwwroot/external/foundation/js/foundation/foundation.dropdown.js
- share/sympa/wwwroot/external/foundation/js/foundation/foundation.equalizer.js
- share/sympa/wwwroot/external/foundation/js/foundation/foundation.interchange.js
- share/sympa/wwwroot/external/foundation/js/foundation/foundation.joyride.js
- share/sympa/wwwroot/external/foundation/js/foundation/foundation.js
- share/sympa/wwwroot/external/foundation/js/foundation/foundation.magellan.js
- share/sympa/wwwroot/external/foundation/js/foundation/foundation.offcanvas.js
- share/sympa/wwwroot/external/foundation/js/foundation/foundation.orbit.js
- share/sympa/wwwroot/external/foundation/js/foundation/foundation.reveal.js
- share/sympa/wwwroot/external/foundation/js/foundation/foundation.slider.js
- share/sympa/wwwroot/external/foundation/js/foundation/foundation.tab.js
- share/sympa/wwwroot/external/foundation/js/foundation/foundation.tooltip.js
- share/sympa/wwwroot/external/foundation/js/foundation/foundation.topbar.js
- share/sympa/wwwroot/external/foundation/js/foundation/responsive-tables.js
- share/sympa/wwwroot/external/foundation/js/vendor/
- share/sympa/wwwroot/external/foundation/js/vendor/fastclick.js
- share/sympa/wwwroot/external/foundation/js/vendor/jquery.cookie.js
- share/sympa/wwwroot/external/foundation/js/vendor/jquery.js
- share/sympa/wwwroot/external/foundation/js/vendor/modernizr.js
- share/sympa/wwwroot/external/foundation/js/vendor/placeholder.js
- share/sympa/wwwroot/external/html5shiv/
- share/sympa/wwwroot/external/html5shiv/html5shiv.js
- share/sympa/wwwroot/external/images/
- share/sympa/wwwroot/external/images/ui-bg_flat_0_aaaaaa_40x100.png
- share/sympa/wwwroot/external/images/ui-bg_flat_75_ffffff_40x100.png
- share/sympa/wwwroot/external/images/ui-bg_glass_55_fbf9ee_1x400.png
- share/sympa/wwwroot/external/images/ui-bg_glass_65_ffffff_1x400.png
- share/sympa/wwwroot/external/images/ui-bg_glass_75_dadada_1x400.png
- share/sympa/wwwroot/external/images/ui-bg_glass_75_e6e6e6_1x400.png
- share/sympa/wwwroot/external/images/ui-bg_glass_95_fef1ec_1x400.png
- share/sympa/wwwroot/external/images/ui-bg_highlight-soft_75_cccccc_1x100.png
- share/sympa/wwwroot/external/images/ui-icons_222222_256x240.png
- share/sympa/wwwroot/external/images/ui-icons_2e83ff_256x240.png
- share/sympa/wwwroot/external/images/ui-icons_454545_256x240.png
- share/sympa/wwwroot/external/images/ui-icons_888888_256x240.png
- share/sympa/wwwroot/external/images/ui-icons_cd0a0a_256x240.png
- share/sympa/wwwroot/external/jqplot.barRenderer.min.js
- share/sympa/wwwroot/external/jqplot.canvasAxisTickRenderer.min.js
- share/sympa/wwwroot/external/jqplot.canvasTextRenderer.min.js
- share/sympa/wwwroot/external/jqplot.categoryAxisRenderer.min.js
- share/sympa/wwwroot/external/jquery-ui.css
- share/sympa/wwwroot/external/jquery-ui.js
- share/sympa/wwwroot/external/jquery.jqplot.css
- share/sympa/wwwroot/external/jquery.jqplot.min.js
- share/sympa/wwwroot/external/jquery.js
- share/sympa/wwwroot/external/modernizr.custom.js
- share/sympa/wwwroot/external/respondjs/
- share/sympa/wwwroot/external/respondjs/respond.min.js
- share/sympa/wwwroot/fonts/
- share/sympa/wwwroot/fonts/Raleway/
- share/sympa/wwwroot/fonts/Raleway/OFL.txt
- share/sympa/wwwroot/fonts/Raleway/Raleway-Bold.ttf
- share/sympa/wwwroot/fonts/Raleway/Raleway-ExtraBold.ttf
- share/sympa/wwwroot/fonts/Raleway/Raleway-ExtraLight.ttf
- share/sympa/wwwroot/fonts/Raleway/Raleway-Heavy.ttf
- share/sympa/wwwroot/fonts/Raleway/Raleway-Light.ttf
- share/sympa/wwwroot/fonts/Raleway/Raleway-Medium.ttf
- share/sympa/wwwroot/fonts/Raleway/Raleway-Regular.ttf
- share/sympa/wwwroot/fonts/Raleway/Raleway-SemiBold.ttf
- share/sympa/wwwroot/fonts/Raleway/Raleway-Thin.ttf
- share/sympa/wwwroot/fonts/foundation-icons/
- share/sympa/wwwroot/fonts/foundation-icons/foundation-icons.css
- share/sympa/wwwroot/fonts/foundation-icons/foundation-icons.eot
- share/sympa/wwwroot/fonts/foundation-icons/foundation-icons.svg
- share/sympa/wwwroot/fonts/foundation-icons/foundation-icons.ttf
- share/sympa/wwwroot/fonts/foundation-icons/foundation-icons.woff
- share/sympa/wwwroot/fonts/foundation-icons/preview.html
- share/sympa/wwwroot/fonts/foundation-icons/svgs/
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-address-book.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-alert.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-align-center.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-align-justify.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-align-left.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-align-right.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-anchor.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-annotate.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-archive.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-arrow-down.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-arrow-left.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-arrow-right.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-arrow-up.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-arrows-compress.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-arrows-expand.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-arrows-in.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-arrows-out.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-asl.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-asterisk.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-at-sign.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-background-color.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-battery-empty.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-battery-full.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-battery-half.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-bitcoin-circle.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-bitcoin.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-blind.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-bluetooth.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-bold.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-book-bookmark.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-book.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-bookmark.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-braille.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-burst-new.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-burst-sale.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-burst.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-calendar.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-camera.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-check.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-checkbox.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-clipboard-notes.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-clipboard-pencil.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-clipboard.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-clock.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-closed-caption.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-cloud.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-comment-minus.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-comment-quotes.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-comment-video.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-comment.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-comments.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-compass.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-contrast.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-credit-card.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-crop.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-crown.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-css3.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-database.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-die-five.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-die-four.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-die-one.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-die-six.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-die-three.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-die-two.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-dislike.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-dollar-bill.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-dollar.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-download.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-eject.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-elevator.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-euro.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-eye.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-fast-forward.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-female-symbol.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-female.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-filter.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-first-aid.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-flag.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-folder-add.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-folder-lock.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-folder.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-foot.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-foundation.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-graph-bar.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-graph-horizontal.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-graph-pie.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-graph-trend.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-guide-dog.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-hearing-aid.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-heart.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-home.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-html5.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-indent-less.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-indent-more.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-info.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-italic.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-key.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-laptop.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-layout.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-lightbulb.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-like.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-link.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-list-bullet.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-list-number.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-list-thumbnails.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-list.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-lock.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-loop.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-magnifying-glass.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-mail.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-male-female.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-male-symbol.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-male.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-map.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-marker.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-megaphone.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-microphone.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-minus-circle.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-minus.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-mobile-signal.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-mobile.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-monitor.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-mountains.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-music.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-next.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-no-dogs.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-no-smoking.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-add.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-copy.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-csv.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-delete.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-doc.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-edit.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-export-csv.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-export-doc.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-export-pdf.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-export.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-filled.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-multiple.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-pdf.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-remove.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page-search.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-page.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-paint-bucket.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-paperclip.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-pause.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-paw.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-paypal.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-pencil.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-photo.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-play-circle.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-play-video.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-play.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-plus.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-pound.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-power.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-previous.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-price-tag.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-pricetag-multiple.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-print.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-prohibited.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-projection-screen.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-puzzle.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-quote.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-record.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-refresh.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-results-demographics.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-results.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-rewind-ten.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-rewind.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-rss.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-safety-cone.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-save.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-share.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-sheriff-badge.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-shield.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-shopping-bag.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-shopping-cart.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-shuffle.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-skull.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-500px.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-adobe.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-amazon.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-android.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-apple.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-behance.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-bing.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-blogger.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-delicious.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-designer-news.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-deviant-art.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-digg.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-dribbble.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-drive.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-dropbox.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-evernote.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-facebook.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-flickr.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-forrst.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-foursquare.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-game-center.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-github.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-google-plus.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-hacker-news.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-hi5.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-instagram.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-joomla.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-lastfm.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-linkedin.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-medium.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-myspace.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-orkut.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-path.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-picasa.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-pinterest.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-rdio.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-reddit.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-skillshare.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-skype.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-smashing-mag.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-snapchat.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-spotify.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-squidoo.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-stack-overflow.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-steam.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-stumbleupon.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-treehouse.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-tumblr.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-twitter.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-vimeo.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-windows.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-xbox.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-yahoo.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-yelp.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-youtube.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-zerply.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-social-zurb.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-sound.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-star.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-stop.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-strikethrough.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-subscript.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-superscript.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-tablet-landscape.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-tablet-portrait.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-target-two.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-target.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-telephone-accessible.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-telephone.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-text-color.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-thumbnails.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-ticket.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-torso-business.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-torso-female.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-torso.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-torsos-all-female.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-torsos-all.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-torsos-female-male.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-torsos-male-female.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-torsos.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-trash.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-trees.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-trophy.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-underline.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-universal-access.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-unlink.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-unlock.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-upload-cloud.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-upload.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-usb.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-video.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-volume-none.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-volume-strike.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-volume.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-web.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-wheelchair.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-widget.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-wrench.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-x-circle.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-x.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-yen.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-zoom-in.svg
- share/sympa/wwwroot/fonts/foundation-icons/svgs/fi-zoom-out.svg
- share/sympa/wwwroot/icons/
- share/sympa/wwwroot/icons/arc.png
- share/sympa/wwwroot/icons/back.png
- share/sympa/wwwroot/icons/begin.png
- share/sympa/wwwroot/icons/binary.png
- share/sympa/wwwroot/icons/config.png
- share/sympa/wwwroot/icons/crosshairs.png
- share/sympa/wwwroot/icons/datasources.png
- share/sympa/wwwroot/icons/down.png
- share/sympa/wwwroot/icons/end.png
- share/sympa/wwwroot/icons/favicon_sympa.png
- share/sympa/wwwroot/icons/folder.open.png
- share/sympa/wwwroot/icons/folder.png
- share/sympa/wwwroot/icons/h.png
- share/sympa/wwwroot/icons/image2.png
- share/sympa/wwwroot/icons/junk.png
- share/sympa/wwwroot/icons/left.png
- share/sympa/wwwroot/icons/link.png
- share/sympa/wwwroot/icons/locked.png
- share/sympa/wwwroot/icons/logo-s-lock.png
- share/sympa/wwwroot/icons/logo-s.png
- share/sympa/wwwroot/icons/logo_sympa.png
- share/sympa/wwwroot/icons/movie.png
- share/sympa/wwwroot/icons/new_list.png
- share/sympa/wwwroot/icons/position.png
- share/sympa/wwwroot/icons/right.png
- share/sympa/wwwroot/icons/search.png
- share/sympa/wwwroot/icons/sound1.png
- share/sympa/wwwroot/icons/spinner.gif
- share/sympa/wwwroot/icons/subscribe.png
- share/sympa/wwwroot/icons/sv.png
- share/sympa/wwwroot/icons/text.png
- share/sympa/wwwroot/icons/top.png
- share/sympa/wwwroot/icons/unknown.png
- share/sympa/wwwroot/js/
- share/sympa/wwwroot/js/sympa.js
- @exec cp -r ${PREFIX}/share/sympa/wwwroot/* /var/www/sympa/
- @unexec rm -Rf /var/www/sympa/
- @rcscript ${RCDIR}/sympa
- @rcscript ${RCDIR}/wwsympa
|