©
. Document créé le 8 décembre 2010 , mis à jour le 1er février 2011.L'homme qui ne tente rien ne se trompe qu'une fois. Lao-Tseu
Accueil du site > Astuces > CMS > L’arborescence SPIP
Arborescence d’un site SPIP 2.1.5, brut de fonderie, avant configuration. 15820800 octets, soit 15 Mo, répartis en 99 répertoires, 1306 fichiers :
. . ├── CHANGELOG.txt ├── COPYING.txt ├── IMG │ └── remove.txt ├── INSTALL.txt ├── config │ └── remove.txt ├── ecrire │ ├── action │ │ ├── acceder_document.php │ │ ├── activer_plugins.php │ │ ├── auth.php │ │ ├── changer_mode_document.php │ │ ├── charger_plugin.php │ │ ├── configurer.php │ │ ├── configurer_notifications_forum.php │ │ ├── configurer_previsualiseur.php │ │ ├── configurer_relayeur.php │ │ ├── confirmer_email.php │ │ ├── converser.php │ │ ├── cookie.php │ │ ├── copier_local.php │ │ ├── dater.php │ │ ├── desinstaller_plugin.php │ │ ├── documenter.php │ │ ├── editer_article.php │ │ ├── editer_auteur.php │ │ ├── editer_auteurs.php │ │ ├── editer_breve.php │ │ ├── editer_groupe_mot.php │ │ ├── editer_message.php │ │ ├── editer_mot.php │ │ ├── editer_mots.php │ │ ├── editer_rubrique.php │ │ ├── editer_signatures.php │ │ ├── editer_site.php │ │ ├── editer_url.php │ │ ├── export_all.php │ │ ├── iconifier.php │ │ ├── index.php │ │ ├── instituer_article.php │ │ ├── instituer_auteur.php │ │ ├── instituer_breve.php │ │ ├── instituer_collaboration.php │ │ ├── instituer_forum.php │ │ ├── instituer_groupe_mots.php │ │ ├── instituer_langue_rubrique.php │ │ ├── instituer_rubrique_breves.php │ │ ├── instituer_site.php │ │ ├── instituer_syndic.php │ │ ├── joindre.php │ │ ├── legender.php │ │ ├── logout.php │ │ ├── petitionner.php │ │ ├── poster_forum_prive.php │ │ ├── preferer.php │ │ ├── purger.php │ │ ├── redirect.php │ │ ├── referencer_traduction.php │ │ ├── regler_moderation.php │ │ ├── reorganiser.php │ │ ├── supprimer.php │ │ ├── supprimer_document.php │ │ ├── supprimer_traduction.php │ │ ├── tester.php │ │ ├── tester_taille.php │ │ ├── tourner.php │ │ └── virtualiser.php │ ├── auth │ │ ├── ldap.php │ │ ├── sha256.inc.php │ │ └── spip.php │ ├── balise │ │ ├── formulaire_.php │ │ ├── formulaire_admin.php │ │ ├── formulaire_ecrire_auteur.php │ │ ├── formulaire_forum.php │ │ ├── formulaire_inscription.php │ │ ├── formulaire_recherche.php │ │ ├── formulaire_signature.php │ │ ├── formulaire_site.php │ │ ├── index.php │ │ ├── login_prive.php │ │ ├── login_public.php │ │ ├── logo_.php │ │ ├── menu_lang.php │ │ ├── menu_lang_ecrire.php │ │ ├── url_.php │ │ └── url_logout.php │ ├── base │ │ ├── abstract_sql.php │ │ ├── admin_repair.php │ │ ├── auxiliaires.php │ │ ├── connect_sql.php │ │ ├── convert_sql_utf8.php │ │ ├── convert_utf8.php │ │ ├── create.php │ │ ├── delete_all.php │ │ ├── delete_statistiques.php │ │ ├── dump.php │ │ ├── import_all.php │ │ ├── index.php │ │ ├── serial.php │ │ ├── trouver_table.php │ │ ├── typedoc.php │ │ └── upgrade.php │ ├── charsets │ │ ├── cp1250.php │ │ ├── cp1251.php │ │ ├── cp1256.php │ │ ├── html.php │ │ ├── index.php │ │ ├── iso-8859-1.php │ │ ├── iso-8859-15.php │ │ ├── iso-8859-6.php │ │ ├── iso-8859-9.php │ │ ├── mathml.php │ │ ├── translit.php │ │ └── translitcomplexe.php │ ├── configuration │ │ ├── accueil.php │ │ ├── annonces.php │ │ ├── articles.php │ │ ├── avertisseur.php │ │ ├── breves.php │ │ ├── compresseur.php │ │ ├── compteur.php │ │ ├── contenu_forums.php │ │ ├── documents.php │ │ ├── forums_prives.php │ │ ├── futurs.php │ │ ├── index.php │ │ ├── indexeur.php │ │ ├── langue.php │ │ ├── locuteur.php │ │ ├── logos.php │ │ ├── messagerie_agenda.php │ │ ├── mots.php │ │ ├── notifications_forum.php │ │ ├── participants.php │ │ ├── previsualiseur.php │ │ ├── redacteurs.php │ │ ├── redirection.php │ │ ├── reducteur.php │ │ ├── referenceur.php │ │ ├── relayeur.php │ │ ├── rubriques.php │ │ ├── syndications.php │ │ ├── transcodeur.php │ │ ├── type_urls.php │ │ ├── versionneur.php │ │ └── visiteurs.php │ ├── exec │ │ ├── 404.php │ │ ├── accueil.php │ │ ├── admin_declarer.php │ │ ├── admin_effacer.php │ │ ├── admin_plugin.php │ │ ├── admin_repair.php │ │ ├── admin_tech.php │ │ ├── admin_vider.php │ │ ├── aide_index.php │ │ ├── articles.php │ │ ├── articles_edit.php │ │ ├── articles_forum.php │ │ ├── articles_page.php │ │ ├── articles_tous.php │ │ ├── articles_versions.php │ │ ├── auteur_infos.php │ │ ├── auteurs.php │ │ ├── breves.php │ │ ├── breves_edit.php │ │ ├── breves_voir.php │ │ ├── brouteur.php │ │ ├── brouteur_frame.php │ │ ├── calendrier.php │ │ ├── charger_plugin.php │ │ ├── config_contenu.php │ │ ├── config_fonctions.php │ │ ├── config_lang.php │ │ ├── config_multilang.php │ │ ├── configuration.php │ │ ├── configurer.php │ │ ├── configurer_notifications_forum.php │ │ ├── configurer_previsualiseur.php │ │ ├── configurer_relayeur.php │ │ ├── controle_forum.php │ │ ├── controle_petition.php │ │ ├── convert_sql_utf8.php │ │ ├── convert_utf8.php │ │ ├── copier_local.php │ │ ├── dater.php │ │ ├── delete_all.php │ │ ├── delete_statistiques.php │ │ ├── demande_mise_a_jour.php │ │ ├── discuter.php │ │ ├── documenter.php │ │ ├── documents_colonne.php │ │ ├── documents_liste.php │ │ ├── editer_auteurs.php │ │ ├── editer_mots.php │ │ ├── export_all.php │ │ ├── fond.php │ │ ├── forum.php │ │ ├── forum_admin.php │ │ ├── grouper_mots.php │ │ ├── iconifier.php │ │ ├── import_all.php │ │ ├── index.php │ │ ├── info_plugin.php │ │ ├── info_plugin_distant.php │ │ ├── informer.php │ │ ├── informer_auteur.php │ │ ├── install.php │ │ ├── instituer_auteur.php │ │ ├── lang_raccourcis.php │ │ ├── legender.php │ │ ├── meme_rubrique.php │ │ ├── memoriser.php │ │ ├── menu_agenda.php │ │ ├── menu_navigation.php │ │ ├── menu_rubriques.php │ │ ├── message.php │ │ ├── message_edit.php │ │ ├── messagerie.php │ │ ├── mots_edit.php │ │ ├── mots_tous.php │ │ ├── mots_type.php │ │ ├── naviguer.php │ │ ├── petitionner.php │ │ ├── plonger.php │ │ ├── poster_forum_prive.php │ │ ├── puce_statut.php │ │ ├── recherche.php │ │ ├── rechercher.php │ │ ├── rechercher_auteur.php │ │ ├── referencer_traduction.php │ │ ├── regler_moderation.php │ │ ├── rubriques_edit.php │ │ ├── selectionner.php │ │ ├── selectionner_auteur.php │ │ ├── sites.php │ │ ├── sites_edit.php │ │ ├── sites_tous.php │ │ ├── statistiques_lang.php │ │ ├── statistiques_referers.php │ │ ├── statistiques_repartition.php │ │ ├── statistiques_visites.php │ │ ├── suivi_revisions.php │ │ ├── synchro.php │ │ ├── tourner.php │ │ ├── upgrade.php │ │ ├── valider_xml.php │ │ └── virtualiser.php │ ├── genie │ │ ├── mail.php │ │ ├── maintenance.php │ │ ├── mise_a_jour.php │ │ ├── optimiser.php │ │ ├── popularites.php │ │ ├── syndic.php │ │ └── visites.php │ ├── gnu_lgpl_fr.txt │ ├── gpl_fr.txt │ ├── inc │ │ ├── acces.php │ │ ├── actions.php │ │ ├── admin.php │ │ ├── afficher_objets.php │ │ ├── agenda.php │ │ ├── aider.php │ │ ├── ajouter_documents.php │ │ ├── article_select.php │ │ ├── auteur_infos.php │ │ ├── auth.php │ │ ├── autoriser.php │ │ ├── bandeau.php │ │ ├── boutons.php │ │ ├── charger_php_extension.php │ │ ├── charger_plugin.php │ │ ├── charsets.php │ │ ├── chercher_logo.php │ │ ├── chercher_rubrique.php │ │ ├── commencer_page.php │ │ ├── config.php │ │ ├── cookie.php │ │ ├── couleurs.php │ │ ├── date.php │ │ ├── dater.php │ │ ├── diff.php │ │ ├── discuter.php │ │ ├── distant.php │ │ ├── documenter.php │ │ ├── documenter_objet.php │ │ ├── documents.php │ │ ├── drapeau_edition.php │ │ ├── editer.php │ │ ├── editer_auteurs.php │ │ ├── editer_mots.php │ │ ├── envoyer_mail.php │ │ ├── export.php │ │ ├── feedfinder.php │ │ ├── filtres.php │ │ ├── filtres_images_lib_mini.php │ │ ├── filtres_images_mini.php │ │ ├── filtres_mime.php │ │ ├── filtres_mini.php │ │ ├── flock.php │ │ ├── formater_article.php │ │ ├── formater_auteur.php │ │ ├── forum.php │ │ ├── forum_envoi.php │ │ ├── forum_insert.php │ │ ├── gadgets.php │ │ ├── genie.php │ │ ├── getdocument.php │ │ ├── grouper_mots.php │ │ ├── headers.php │ │ ├── iconifier.php │ │ ├── import.php │ │ ├── import_0_0.php │ │ ├── import_1_2.php │ │ ├── import_1_3.php │ │ ├── import_insere.php │ │ ├── index.php │ │ ├── informer.php │ │ ├── informer_auteur.php │ │ ├── install.php │ │ ├── instituer_article.php │ │ ├── instituer_auteur.php │ │ ├── instituer_breve.php │ │ ├── instituer_site.php │ │ ├── invalideur.php │ │ ├── joindre.php │ │ ├── json.php │ │ ├── lang.php │ │ ├── lang_liste.php │ │ ├── layer.php │ │ ├── legender.php │ │ ├── lien.php │ │ ├── log.php │ │ ├── mail.php │ │ ├── math.php │ │ ├── meme_rubrique.php │ │ ├── message_select.php │ │ ├── meta.php │ │ ├── minipres.php │ │ ├── modifier.php │ │ ├── mots.php │ │ ├── nfslock.php │ │ ├── notes.php │ │ ├── notifications.php │ │ ├── pclzip.php │ │ ├── petitionner.php │ │ ├── php3.php │ │ ├── plonger.php │ │ ├── plugin.php │ │ ├── prepare_recherche.php │ │ ├── presentation.php │ │ ├── presenter_enfants.php │ │ ├── presenter_liste.php │ │ ├── puce_statut.php │ │ ├── rechercher.php │ │ ├── referencer_traduction.php │ │ ├── referenceurs.php │ │ ├── regler_moderation.php │ │ ├── revisions.php │ │ ├── rubriques.php │ │ ├── securiser_action.php │ │ ├── selectionner.php │ │ ├── selectionner_auteur.php │ │ ├── session.php │ │ ├── signatures.php │ │ ├── site.php │ │ ├── statistiques.php │ │ ├── suivi_versions.php │ │ ├── surligne.php │ │ ├── syndic.php │ │ ├── texte.php │ │ ├── tourner.php │ │ ├── traduire.php │ │ ├── urls.php │ │ ├── utils.php │ │ ├── vieilles_defs.php │ │ ├── vignette.php │ │ ├── virtualiser.php │ │ └── xml.php │ ├── inc_version.php │ ├── index.php │ ├── install │ │ ├── etape_.php │ │ ├── etape_1.php │ │ ├── etape_2.php │ │ ├── etape_3.php │ │ ├── etape_3b.php │ │ ├── etape_4.php │ │ ├── etape_chmod.php │ │ ├── etape_fin.php │ │ ├── etape_ldap1.php │ │ ├── etape_ldap2.php │ │ ├── etape_ldap3.php │ │ ├── etape_ldap4.php │ │ ├── etape_ldap5.php │ │ ├── etape_sup1.php │ │ ├── etape_sup2.php │ │ └── index.php │ ├── lang │ │ ├── ecrire_ar.php │ │ ├── ecrire_ast.php │ │ ├── ecrire_bg.php │ │ ├── ecrire_br.php │ │ ├── ecrire_bs.php │ │ ├── ecrire_ca.php │ │ ├── ecrire_cpf.php │ │ ├── ecrire_cpf_hat.php │ │ ├── ecrire_cs.php │ │ ├── ecrire_da.php │ │ ├── ecrire_de.php │ │ ├── ecrire_en.php │ │ ├── ecrire_eo.php │ │ ├── ecrire_es.php │ │ ├── ecrire_eu.php │ │ ├── ecrire_fa.php │ │ ├── ecrire_fon.php │ │ ├── ecrire_fr.php │ │ ├── ecrire_gl.php │ │ ├── ecrire_hu.php │ │ ├── ecrire_id.php │ │ ├── ecrire_it.php │ │ ├── ecrire_it_fem.php │ │ ├── ecrire_ja.php │ │ ├── ecrire_km.php │ │ ├── ecrire_lb.php │ │ ├── ecrire_my.php │ │ ├── ecrire_nl.php │ │ ├── ecrire_oc_auv.php │ │ ├── ecrire_oc_gsc.php │ │ ├── ecrire_oc_lms.php │ │ ├── ecrire_oc_lnc.php │ │ ├── ecrire_oc_ni.php │ │ ├── ecrire_oc_ni_la.php │ │ ├── ecrire_oc_prv.php │ │ ├── ecrire_oc_va.php │ │ ├── ecrire_pl.php │ │ ├── ecrire_pt.php │ │ ├── ecrire_pt_br.php │ │ ├── ecrire_ro.php │ │ ├── ecrire_ru.php │ │ ├── ecrire_sv.php │ │ ├── ecrire_tr.php │ │ ├── ecrire_vi.php │ │ ├── ecrire_zh.php │ │ ├── index.php │ │ ├── public_ar.php │ │ ├── public_ast.php │ │ ├── public_bg.php │ │ ├── public_br.php │ │ ├── public_bs.php │ │ ├── public_ca.php │ │ ├── public_cpf.php │ │ ├── public_cpf_hat.php │ │ ├── public_cs.php │ │ ├── public_da.php │ │ ├── public_de.php │ │ ├── public_en.php │ │ ├── public_eo.php │ │ ├── public_es.php │ │ ├── public_eu.php │ │ ├── public_fa.php │ │ ├── public_fon.php │ │ ├── public_fr.php │ │ ├── public_gl.php │ │ ├── public_hu.php │ │ ├── public_id.php │ │ ├── public_it.php │ │ ├── public_it_fem.php │ │ ├── public_ja.php │ │ ├── public_km.php │ │ ├── public_lb.php │ │ ├── public_my.php │ │ ├── public_nl.php │ │ ├── public_oc_auv.php │ │ ├── public_oc_gsc.php │ │ ├── public_oc_lms.php │ │ ├── public_oc_lnc.php │ │ ├── public_oc_ni.php │ │ ├── public_oc_ni_la.php │ │ ├── public_oc_prv.php │ │ ├── public_oc_va.php │ │ ├── public_pl.php │ │ ├── public_pt.php │ │ ├── public_pt_br.php │ │ ├── public_ro.php │ │ ├── public_ru.php │ │ ├── public_sv.php │ │ ├── public_tr.php │ │ ├── public_vi.php │ │ ├── public_zh.php │ │ ├── spip_ar.php │ │ ├── spip_ast.php │ │ ├── spip_bg.php │ │ ├── spip_br.php │ │ ├── spip_bs.php │ │ ├── spip_ca.php │ │ ├── spip_cpf.php │ │ ├── spip_cpf_hat.php │ │ ├── spip_cs.php │ │ ├── spip_da.php │ │ ├── spip_de.php │ │ ├── spip_en.php │ │ ├── spip_eo.php │ │ ├── spip_es.php │ │ ├── spip_eu.php │ │ ├── spip_fa.php │ │ ├── spip_fon.php │ │ ├── spip_fr.php │ │ ├── spip_gl.php │ │ ├── spip_hu.php │ │ ├── spip_id.php │ │ ├── spip_it.php │ │ ├── spip_it_fem.php │ │ ├── spip_ja.php │ │ ├── spip_km.php │ │ ├── spip_lb.php │ │ ├── spip_my.php │ │ ├── spip_nl.php │ │ ├── spip_oc_auv.php │ │ ├── spip_oc_gsc.php │ │ ├── spip_oc_lms.php │ │ ├── spip_oc_lnc.php │ │ ├── spip_oc_ni.php │ │ ├── spip_oc_ni_la.php │ │ ├── spip_oc_prv.php │ │ ├── spip_oc_va.php │ │ ├── spip_pl.php │ │ ├── spip_pt.php │ │ ├── spip_pt_br.php │ │ ├── spip_ro.php │ │ ├── spip_ru.php │ │ ├── spip_sv.php │ │ ├── spip_tr.php │ │ ├── spip_vi.php │ │ └── spip_zh.php │ ├── maj │ │ ├── svn10000.php │ │ ├── v009.php │ │ ├── v010.php │ │ ├── v011.php │ │ ├── v012.php │ │ ├── v013.php │ │ ├── v014.php │ │ ├── v015.php │ │ ├── v016.php │ │ ├── v017.php │ │ ├── v018.php │ │ ├── v019.php │ │ ├── v019_pre193.php │ │ └── vieille_base │ │ ├── 10000 │ │ │ ├── auxiliaires.php │ │ │ ├── create.php │ │ │ ├── serial.php │ │ │ └── typedoc.php │ │ ├── 13000 │ │ │ ├── auxiliaires.php │ │ │ ├── create.php │ │ │ ├── serial.php │ │ │ └── typedoc.php │ │ ├── 1813 │ │ │ ├── create.php │ │ │ ├── inc_auxbase.php │ │ │ ├── inc_serialbase.php │ │ │ └── inc_typebase.php │ │ ├── 1821 │ │ │ ├── create.php │ │ │ ├── inc_auxbase.php │ │ │ ├── inc_serialbase.php │ │ │ └── inc_typebase.php │ │ ├── 1915 │ │ │ ├── auxiliaires.php │ │ │ ├── create.php │ │ │ ├── serial.php │ │ │ └── typedoc.php │ │ ├── 1917 │ │ │ ├── auxiliaires.php │ │ │ ├── create.php │ │ │ ├── serial.php │ │ │ └── typedoc.php │ │ ├── 1927 │ │ │ ├── auxiliaires.php │ │ │ ├── create.php │ │ │ ├── serial.php │ │ │ └── typedoc.php │ │ ├── charger.php │ │ └── create.php │ ├── notifications │ │ ├── article_propose.html │ │ ├── article_publie.html │ │ ├── article_valide.html │ │ ├── forum_poste.html │ │ ├── forumposte.php │ │ ├── forumvalide.php │ │ └── instituerarticle.php │ ├── oo │ │ └── index.php │ ├── plugins │ │ ├── afficher_liste.php │ │ ├── afficher_nom_plugin.php │ │ ├── afficher_plugin.php │ │ ├── afficher_plugin_distant.php │ │ ├── afficher_repertoires.php │ │ ├── extraire_boutons.php │ │ ├── extraire_pipelines.php │ │ ├── get_infos.php │ │ └── verifie_conformite.php │ ├── prive.php │ ├── public │ │ ├── admin.php │ │ ├── aiguiller.php │ │ ├── assembler.php │ │ ├── balises.php │ │ ├── boucles.php │ │ ├── cacher.php │ │ ├── compiler.php │ │ ├── composer.php │ │ ├── criteres.php │ │ ├── debusquer.php │ │ ├── decompiler.php │ │ ├── format_html.php │ │ ├── index.php │ │ ├── interfaces.php │ │ ├── jointures.php │ │ ├── normaliser.php │ │ ├── parametrer.php │ │ ├── phraser_html.php │ │ ├── quete.php │ │ ├── references.php │ │ ├── stats.php │ │ ├── styliser.php │ │ ├── tracer.php │ │ └── vertebrer.php │ ├── public.php │ ├── req │ │ ├── mysql.php │ │ ├── pg.php │ │ ├── sqlite2.php │ │ ├── sqlite3.php │ │ ├── sqlite_fonctions.php │ │ └── sqlite_generique.php │ ├── rien.gif │ ├── typographie │ │ ├── en.php │ │ ├── fr.php │ │ └── index.php │ ├── urls │ │ ├── arbo.php │ │ ├── generer_url_forum.php │ │ ├── html.php │ │ ├── index.php │ │ ├── libres.php │ │ ├── page.php │ │ ├── propres.php │ │ ├── propres2.php │ │ ├── propres_qs.php │ │ └── standard.php │ └── xml │ ├── analyser_dtd.php │ ├── indenter.php │ ├── index.php │ ├── interfaces.php │ ├── sax.php │ └── valider.php ├── extensions │ ├── compresseur │ │ ├── compresseur_http.php │ │ ├── compresseur_pipeline.php │ │ ├── filtres │ │ │ └── compresseur.php │ │ ├── formulaires │ │ │ ├── configurer_compresseur.html │ │ │ └── configurer_compresseur.php │ │ ├── images │ │ │ ├── compresseur-128.png │ │ │ └── compresseur-32.png │ │ ├── inc │ │ │ └── compresseur.php │ │ ├── lib │ │ │ └── JavascriptPacker │ │ │ └── class.JavaScriptPacker.php │ │ ├── plugin.xml │ │ ├── prive │ │ │ └── configurer │ │ │ └── compresseur.html │ │ └── tests │ │ └── compacte.html │ ├── filtres_images │ │ ├── favicon.ico.html │ │ ├── filtres │ │ │ ├── couleurs.php │ │ │ ├── images_lib.php │ │ │ ├── images_transforme.php │ │ │ └── images_typo.php │ │ ├── images │ │ │ ├── image_filtre-128.png │ │ │ └── image_filtre-32.png │ │ ├── images_fonctions.php │ │ ├── inc │ │ │ ├── filtres_images.php │ │ │ └── filtres_images_compat.php │ │ ├── modeles │ │ │ └── favicon.html │ │ ├── plugin.xml │ │ └── tests │ │ ├── _couleur_hsl2rgb.php │ │ ├── _couleur_hsv2rgb.php │ │ ├── _couleur_rgb2hsl.php │ │ ├── _couleur_rgb2hsv.php │ │ ├── bonnetaille.html │ │ ├── couleur_extraire.php │ │ ├── degrade-bleu.jpg │ │ ├── imagesrc.html │ │ ├── imagetest.jpg │ │ ├── masque-305x85.png │ │ └── multiple_de_trois.php │ ├── msie_compat │ │ ├── action │ │ │ └── configurer_iecompat.php │ │ ├── configuration │ │ │ └── ie6config.php │ │ ├── imgs │ │ │ └── browser-32.png │ │ ├── javascript │ │ │ ├── IE7.js │ │ │ ├── IE8.js │ │ │ ├── IE9.js │ │ │ ├── blank.gif │ │ │ ├── ie7-recalc.js │ │ │ ├── ie7-squish.js │ │ │ └── jquery.ifixpng.js │ │ ├── lang │ │ │ ├── msiecompat_ca.php │ │ │ ├── msiecompat_de.php │ │ │ ├── msiecompat_en.php │ │ │ ├── msiecompat_fr.php │ │ │ └── msiecompat_fr_tu.php │ │ ├── msie_compat.php │ │ └── plugin.xml │ ├── porte_plume │ │ ├── action │ │ │ └── porte_plume_previsu.php │ │ ├── barre_outils │ │ │ ├── edition.php │ │ │ └── forum.php │ │ ├── barre_outils_icones.css.html │ │ ├── configuration │ │ │ └── porte_plume.php │ │ ├── css │ │ │ ├── barre_outils.css │ │ │ ├── barre_outils_prive.css │ │ │ └── images │ │ │ ├── handle.png │ │ │ ├── menu.png │ │ │ └── submenu.png │ │ ├── formulaires │ │ │ ├── configurer_porte_plume.html │ │ │ └── configurer_porte_plume.php │ │ ├── icones_barre │ │ │ ├── aelig-maj.png │ │ │ ├── aelig.png │ │ │ ├── agrave-maj.png │ │ │ ├── ccedil-maj.png │ │ │ ├── clean.png │ │ │ ├── eacute-maj.png │ │ │ ├── eagrave-maj.png │ │ │ ├── eye.png │ │ │ ├── guillemets-de.png │ │ │ ├── guillemets-simples.png │ │ │ ├── guillemets-uniques-de.png │ │ │ ├── guillemets-uniques.png │ │ │ ├── guillemets.png │ │ │ ├── intertitre.png │ │ │ ├── keyboard.png │ │ │ ├── lien.png │ │ │ ├── notes.png │ │ │ ├── oelig-maj.png │ │ │ ├── oelig.png │ │ │ ├── quote.png │ │ │ ├── spt-v1.png │ │ │ ├── text_bold.png │ │ │ ├── text_indent.png │ │ │ ├── text_indent_remove.png │ │ │ ├── text_italic.png │ │ │ ├── text_list_bullets.png │ │ │ ├── text_list_numbers.png │ │ │ ├── text_lowercase.png │ │ │ ├── text_strikethrough.png │ │ │ └── text_uppercase.png │ │ ├── images │ │ │ ├── porte-plume-128.png │ │ │ ├── porte-plume-16.png │ │ │ ├── porte-plume-24.png │ │ │ ├── porte-plume-48.png │ │ │ └── sources.txt │ │ ├── inc │ │ │ ├── barre.php │ │ │ └── barre_outils.php │ │ ├── javascript │ │ │ ├── jquery.markitup.js │ │ │ ├── jquery.markitup_pour_spip.js │ │ │ ├── jquery.previsu_spip.js │ │ │ ├── porte_plume_forcer_hauteur.js │ │ │ └── xregexp-min.js │ │ ├── lang │ │ │ ├── barre_outils_ar.php │ │ │ ├── barre_outils_de.php │ │ │ ├── barre_outils_en.php │ │ │ ├── barre_outils_es.php │ │ │ └── barre_outils_fr.php │ │ ├── markitup │ │ │ ├── readme.txt │ │ │ └── templates │ │ │ ├── preview.css │ │ │ └── preview.html │ │ ├── plugin.xml │ │ ├── porte_plume_options.php │ │ ├── porte_plume_pipelines.php │ │ ├── porte_plume_start.js.html │ │ ├── porte_plume_start.js_fonctions.php │ │ ├── prive │ │ │ ├── configurer │ │ │ │ └── porte_plume.html │ │ │ ├── porte_plume_preview.html │ │ │ └── porte_plume_preview_fonctions.php │ │ └── tests │ │ ├── all_tests.php │ │ ├── barre_outil_markitup.php │ │ └── lanceur_spip.php │ ├── safehtml │ │ ├── images │ │ │ ├── safehtml-128.png │ │ │ └── safehtml-32.png │ │ ├── inc │ │ │ └── safehtml.php │ │ ├── lib │ │ │ └── safehtml │ │ │ ├── classes │ │ │ │ ├── HTMLSax3 │ │ │ │ │ ├── Decorators.php │ │ │ │ │ ├── States.php │ │ │ │ │ └── index.php │ │ │ │ ├── HTMLSax3.php │ │ │ │ ├── index.php │ │ │ │ └── safehtml.php │ │ │ ├── index.php │ │ │ ├── license.txt │ │ │ ├── readme-SPIP.txt │ │ │ └── readme.txt │ │ └── plugin.xml │ └── vertebres │ ├── images │ │ ├── vertebres-16.png │ │ └── vertebres-32.png │ ├── plugin.xml │ ├── public │ │ └── vertebrer.php │ └── vertebres_pipelines.php ├── htaccess.txt ├── index.php ├── local │ └── remove.txt ├── prive │ ├── aide_body.css │ ├── aide_menu.html │ ├── cfg.html │ ├── contenu │ │ ├── article.html │ │ ├── breve.html │ │ ├── item_rss_plugin.html │ │ ├── rubrique.html │ │ ├── site.html │ │ └── syndic_article.html │ ├── editer │ │ ├── article.html │ │ ├── auteur.html │ │ ├── breve.html │ │ ├── groupe_mot.html │ │ ├── mot.html │ │ ├── rubrique.html │ │ └── site.html │ ├── formulaires │ │ ├── editer_article.html │ │ ├── editer_article.php │ │ ├── editer_auteur.html │ │ ├── editer_auteur.php │ │ ├── editer_breve.html │ │ ├── editer_breve.php │ │ ├── editer_groupe_mot.html │ │ ├── editer_groupe_mot.php │ │ ├── editer_mot.html │ │ ├── editer_mot.php │ │ ├── editer_rubrique.html │ │ ├── editer_rubrique.php │ │ ├── editer_site.html │ │ ├── editer_site.php │ │ ├── editer_site_fonctions.php │ │ ├── inc-logo_auteur.html │ │ ├── login.html │ │ ├── login.php │ │ ├── menu_lang.html │ │ ├── selecteur_groupe_mot.html │ │ └── selecteur_groupe_mot_fonctions.php │ ├── ical_prive.html │ ├── images │ │ ├── admin-12.gif │ │ ├── administration-24.gif │ │ ├── administration-48.png │ │ ├── agenda-24.gif │ │ ├── aide-12.png │ │ ├── aide-12_rtl.png │ │ ├── aide-48.png │ │ ├── aide-48_rtl.png │ │ ├── aide.gif │ │ ├── aide_rtl.gif │ │ ├── annonce.gif │ │ ├── arrow_left.gif │ │ ├── arrow_right.gif │ │ ├── article-24.gif │ │ ├── asuivre-24.gif │ │ ├── asuivre-48.png │ │ ├── attachment.gif │ │ ├── auteur-24.gif │ │ ├── barre-blanc.gif │ │ ├── barre-d.gif │ │ ├── barre-g.gif │ │ ├── barre-noir.gif │ │ ├── base-24.gif │ │ ├── bonhomme-12.png │ │ ├── breve-24.gif │ │ ├── cache-24.gif │ │ ├── cadenas-24.gif │ │ ├── cal-jour.gif │ │ ├── cal-messagerie.png │ │ ├── cal-mois.gif │ │ ├── cal-rv.png │ │ ├── cal-semaine.gif │ │ ├── cal-suivi.png │ │ ├── cal-today.gif │ │ ├── calendrier-24.gif │ │ ├── cfg-16.png │ │ ├── chemin-fond-left.gif │ │ ├── chemin-fond-right.gif │ │ ├── choix-layout.gif │ │ ├── choix-layout_rtl.gif │ │ ├── choix-layout_rtl_he.gif │ │ ├── cookie-24.gif │ │ ├── creer.gif │ │ ├── croix-rouge.gif │ │ ├── deconnecter-24.gif │ │ ├── degrade-etapes-clair-left.gif │ │ ├── degrade-etapes-clair-right.gif │ │ ├── degrade-etapes-fonce-left.gif │ │ ├── degrade-etapes-fonce-right.gif │ │ ├── degrade-etapes-rouge-left.gif │ │ ├── degrade-etapes-rouge-right.gif │ │ ├── degrade-etapes-vert-left.gif │ │ ├── degrade-etapes-vert-right.gif │ │ ├── degrade.jpg │ │ ├── deplierbas.gif │ │ ├── deplierhaut.gif │ │ ├── deplierhaut_rtl.gif │ │ ├── descendre-16.png │ │ ├── doc-24.gif │ │ ├── documents-48.png │ │ ├── documents-48_rtl.png │ │ ├── edit.gif │ │ ├── effacer-cache-24.gif │ │ ├── envoi-message-24.gif │ │ ├── etape-encours.gif │ │ ├── etape-encours.png │ │ ├── etape-ok.gif │ │ ├── etape-ok.png │ │ ├── etape-todo.gif │ │ ├── etape-todo.png │ │ ├── feed.png │ │ ├── fiche-perso-24.gif │ │ ├── fiche-perso.png │ │ ├── fleche-left.png │ │ ├── fleche-right.png │ │ ├── fond-agenda.gif │ │ ├── fond-calendrier.gif │ │ ├── fond-fondo.gif │ │ ├── fond-grille.gif │ │ ├── fond-gris-anim.gif │ │ ├── fond-inclure.png │ │ ├── fond-stats.gif │ │ ├── formulaire-editer.jpg │ │ ├── forum-admin-24.gif │ │ ├── forum-droite.gif │ │ ├── forum-droite_rtl.gif │ │ ├── forum-interne-24.gif │ │ ├── forum-public-24.gif │ │ ├── forum-vert.gif │ │ ├── groupe-mot-24.gif │ │ ├── heures-am.png │ │ ├── heures-pm.png │ │ ├── heures-tout.png │ │ ├── historique-24.gif │ │ ├── image-24.gif │ │ ├── index.php │ │ ├── interface-display-comp.png │ │ ├── interface-display.png │ │ ├── jauge-fond.gif │ │ ├── jauge-jaune.gif │ │ ├── jauge-rouge.gif │ │ ├── jauge-test-gd.gif │ │ ├── jauge-vert.gif │ │ ├── label-fond-compact-left.gif │ │ ├── label-fond-compact-right.gif │ │ ├── label-fond-gauche-left.gif │ │ ├── label-fond-gauche-right.gif │ │ ├── label-fond-haut-left.gif │ │ ├── label-fond-haut-right.gif │ │ ├── langues-12.gif │ │ ├── langues-24.gif │ │ ├── langues-modif-12.gif │ │ ├── langues-off-12.gif │ │ ├── loader.gif │ │ ├── logo-spip.gif │ │ ├── logo-spip2.gif │ │ ├── logo_spip.jpg │ │ ├── loupe-moins.gif │ │ ├── loupe-plus.gif │ │ ├── loupe.png │ │ ├── m_envoi.gif │ │ ├── m_envoi_bleu.gif │ │ ├── m_envoi_bleu_rtl.gif │ │ ├── m_envoi_jaune.gif │ │ ├── m_envoi_jaune_rtl.gif │ │ ├── m_envoi_rtl.gif │ │ ├── mail-auto-24.gif │ │ ├── mail-forum-24.gif │ │ ├── message.gif │ │ ├── messagerie-24.gif │ │ ├── messagerie-48.png │ │ ├── minipres-gris.png │ │ ├── monter-16.png │ │ ├── mot-cle-24.gif │ │ ├── naviguer-site.png │ │ ├── noeud_moins.gif │ │ ├── noeud_plus.gif │ │ ├── pale.gif │ │ ├── pense-bete.gif │ │ ├── petite-cle.gif │ │ ├── petition-24.gif │ │ ├── plugin-24.gif │ │ ├── plus.gif │ │ ├── poubelle.gif │ │ ├── puce-blanche-anim.gif │ │ ├── puce-blanche-breve.gif │ │ ├── puce-blanche.gif │ │ ├── puce-orange-anim.gif │ │ ├── puce-orange-breve.gif │ │ ├── puce-orange.gif │ │ ├── puce-poubelle-anim.gif │ │ ├── puce-poubelle-breve.gif │ │ ├── puce-poubelle.gif │ │ ├── puce-rouge-anim.gif │ │ ├── puce-rouge-breve.gif │ │ ├── puce-rouge.gif │ │ ├── puce-verte-anim.gif │ │ ├── puce-verte-breve.gif │ │ ├── puce-verte.gif │ │ ├── racine-24.gif │ │ ├── racine-site-12.gif │ │ ├── racine-site-24.gif │ │ ├── rayures-danger.gif │ │ ├── rayures-danger.png │ │ ├── rayures-fines.gif │ │ ├── rayures-gris.gif │ │ ├── rayures-sup.gif │ │ ├── rayures.gif │ │ ├── redac-12.gif │ │ ├── redacteurs-24.gif │ │ ├── redacteurs-48.png │ │ ├── referers-24.gif │ │ ├── rien.gif │ │ ├── rond-b.gif │ │ ├── rond-bd.gif │ │ ├── rond-bg.gif │ │ ├── rond-d.gif │ │ ├── rond-g.gif │ │ ├── rond-h-24.gif │ │ ├── rond-hd-24.gif │ │ ├── rond-hg-24.gif │ │ ├── rubrique-12.gif │ │ ├── rubrique-24.gif │ │ ├── rv-12.gif │ │ ├── rv.gif │ │ ├── sans-heure.gif │ │ ├── searching.gif │ │ ├── secteur-12.gif │ │ ├── secteur-24.gif │ │ ├── securise.gif │ │ ├── set-ecran-etroit.png │ │ ├── set-ecran.png │ │ ├── site-24.gif │ │ ├── spip-pack-24.png │ │ ├── spip_out.gif │ │ ├── statistiques-24.gif │ │ ├── statistiques-48.png │ │ ├── suivi-forum-24.gif │ │ ├── suivi-petition-24.gif │ │ ├── supprimer-sansdanger.gif │ │ ├── supprimer.gif │ │ ├── synchro-24.gif │ │ ├── tab.png │ │ ├── telecharger-16.png │ │ ├── telecharger.gif │ │ ├── test.gif │ │ ├── test.jpg │ │ ├── test.png │ │ ├── test_image.jpg │ │ ├── tirets-separation.gif │ │ ├── tourner-demitour-10.gif │ │ ├── tourner-droite-10.gif │ │ ├── tourner-gauche-10.gif │ │ ├── tout-site-24.gif │ │ ├── tout-site.png │ │ ├── traductions-24.gif │ │ ├── triangle-bas.gif │ │ ├── triangle-bleu-bas.gif │ │ ├── triangle-bleu.gif │ │ ├── triangle-droite.gif │ │ ├── triangle-droite_rtl.gif │ │ ├── triangle.gif │ │ ├── triangle_rtl.gif │ │ ├── vignette-24.png │ │ ├── visit-12.gif │ │ ├── visiter-48.png │ │ ├── visiter-48_rtl.png │ │ ├── warning-24.gif │ │ ├── warning.gif │ │ ├── wrapper.php │ │ └── xml.gif │ ├── informer_auteur.html │ ├── informer_auteur_fonctions.php │ ├── infos │ │ ├── article.html │ │ ├── article_fonctions.php │ │ ├── auteur.html │ │ ├── breve.html │ │ ├── breve_fonctions.php │ │ ├── rubrique.html │ │ ├── site.html │ │ └── site_fonctions.php │ ├── javascript │ │ ├── SearchHighlight.js │ │ ├── ajaxCallback.js │ │ ├── articles_tous_edite.js │ │ ├── async_upload.js │ │ ├── bgiframe.js │ │ ├── gadgets.js │ │ ├── jquery-ui-1.8-drag-drop.min.js │ │ ├── jquery.autosave.js │ │ ├── jquery.cookie.js │ │ ├── jquery.form.js │ │ ├── jquery.js │ │ ├── layer.js │ │ ├── login.js │ │ ├── md5.js │ │ ├── multilang.js │ │ ├── pause.js │ │ ├── presentation.js │ │ ├── sha256.js │ │ └── spip_barre.js │ ├── login.html │ ├── minipres.css │ ├── modeles │ │ ├── application.html │ │ ├── audio.html │ │ ├── doc.html │ │ ├── emb.html │ │ ├── formulaire.html │ │ ├── image.html │ │ ├── img.html │ │ ├── pagination.html │ │ ├── pagination_page.html │ │ ├── pagination_page_precedent_suivant.html │ │ ├── pagination_precedent_suivant.html │ │ ├── paginationitem.html │ │ ├── text.html │ │ └── video.html │ ├── puce_prive.gif │ ├── puce_prive_rtl.gif │ ├── rss │ │ ├── a_suivre.html │ │ ├── forums.html │ │ ├── forums_interne.html │ │ ├── forums_prop.html │ │ ├── forums_public.html │ │ ├── forums_spam.html │ │ ├── forums_vide.html │ │ ├── messagerie.html │ │ ├── revisions.html │ │ └── signatures.html │ ├── rss.html │ ├── rss_fonctions.php │ ├── spip_admin.css │ ├── spip_pass.html │ ├── spip_style.css │ ├── spip_style_invisible.css │ ├── spip_style_print.css │ ├── spip_style_visible.css │ ├── stats │ │ └── echelle.html │ ├── style_prive.html │ ├── style_prive_defaut.css │ ├── style_prive_formulaires.html │ ├── style_prive_ie.html │ ├── style_prive_plugins.html │ ├── style_prive_plugins_fonctions.php │ ├── style_vieilles_def.html │ ├── transmettre │ │ ├── forum_article.html │ │ ├── signatures_article.html │ │ ├── statistiques.html │ │ └── statistiques_article.html │ ├── transmettre.html │ └── vignettes │ ├── abw.png │ ├── ai.png │ ├── aiff.png │ ├── asf.png │ ├── avi.png │ ├── bin.png │ ├── blend.png │ ├── bmp.png │ ├── bz2.png │ ├── c.png │ ├── css.png │ ├── csv.png │ ├── deb.png │ ├── defaut.png │ ├── djvu.png │ ├── doc.png │ ├── dvi.png │ ├── eps.png │ ├── flv.png │ ├── gif.png │ ├── gz.png │ ├── h.png │ ├── html.png │ ├── index.php │ ├── jpg.png │ ├── kml.png │ ├── kmz.png │ ├── mid.png │ ├── mka.png │ ├── mkv.png │ ├── mng.png │ ├── mov.png │ ├── mp3.png │ ├── mp4.png │ ├── mpg.png │ ├── odb.png │ ├── odc.png │ ├── odf.png │ ├── odg.png │ ├── odi.png │ ├── odm.png │ ├── odp.png │ ├── ods.png │ ├── odt.png │ ├── ogg.png │ ├── otg.png │ ├── otp.png │ ├── ots.png │ ├── ott.png │ ├── pas.png │ ├── pdf.png │ ├── pgn.png │ ├── png.png │ ├── pps.png │ ├── ppt.png │ ├── ps.png │ ├── psd.png │ ├── qt.png │ ├── ra.png │ ├── ram.png │ ├── rm.png │ ├── rpm.png │ ├── rtf.png │ ├── sdd.png │ ├── sdw.png │ ├── sit.png │ ├── smil.png │ ├── spip.png │ ├── svg.png │ ├── swf.png │ ├── sxc.png │ ├── sxi.png │ ├── sxw.png │ ├── tex.png │ ├── tgz.png │ ├── tif.png │ ├── torrent.png │ ├── ttf.png │ ├── txt.png │ ├── wav.png │ ├── wmv.png │ ├── xcf.png │ ├── xls.png │ ├── xml.png │ └── zip.png ├── rien.gif ├── spip.php ├── squelettes-dist │ ├── 404.html │ ├── agenda.css │ ├── agenda.html │ ├── agenda_jour.html │ ├── agenda_mois.html │ ├── agenda_periode.html │ ├── agenda_semaine.html │ ├── article.html │ ├── auteur.html │ ├── backend-breves.html │ ├── backend.html │ ├── breve.html │ ├── distrib.html │ ├── engines-list.txt │ ├── favicon.ico.html │ ├── feed.png │ ├── formulaires │ │ ├── administration.html │ │ ├── ecrire_auteur.html │ │ ├── ecrire_auteur.php │ │ ├── forum.html │ │ ├── forum.php │ │ ├── inc-choix_mots.html │ │ ├── inc-forum_ajouter_mot.html │ │ ├── inc-forum_bloc_choix_mots.html │ │ ├── inc-forum_previsu.html │ │ ├── inc-login_forum.html │ │ ├── inc-login_forum_abo.html │ │ ├── inscription.html │ │ ├── inscription.php │ │ ├── mot_de_passe.html │ │ ├── mot_de_passe.php │ │ ├── oubli.html │ │ ├── oubli.php │ │ ├── recherche.html │ │ ├── recherche.php │ │ ├── signature.html │ │ ├── signature.php │ │ ├── site.html │ │ └── site.php │ ├── forum.html │ ├── habillage.css │ ├── ical.html │ ├── identifiants.html │ ├── impression.css │ ├── inc-documents.html │ ├── inc-entete.html │ ├── inc-forum.html │ ├── inc-head.html │ ├── inc-petition.html │ ├── inc-pied.html │ ├── inc-rss-item.html │ ├── inc-rubriques.html │ ├── modeles │ │ ├── article_mots.html │ │ ├── article_traductions.html │ │ ├── favicon.html │ │ ├── foreach.html │ │ └── lesauteurs.html │ ├── mot.html │ ├── nouveautes.html │ ├── plan.html │ ├── polices │ │ ├── dustismo-license.txt │ │ ├── dustismo.ttf │ │ └── dustismo_bold.ttf │ ├── puce.gif │ ├── puce_rtl.gif │ ├── recherche.html │ ├── rechercher.gif │ ├── robots.txt.html │ ├── rss_forum_article.html │ ├── rss_forum_breve.html │ ├── rss_forum_rubrique.html │ ├── rss_forum_syndic.html │ ├── rss_forum_thread.html │ ├── rubrique.html │ ├── site.html │ ├── sitemap.xml.html │ ├── sommaire.html │ ├── spip.ico │ ├── spip.png │ ├── spip_formulaires.css │ └── win_width.htc ├── svn.revision ├── t.txt └── tmp └── remove.txt99 directories, 1306 files
Les forums sont fermés.