diff --git a/.gitattributes b/.gitattributes index ab215e2898b97d6c10ee5a8083d92e11dd681345..22293f7b434ad4ef1c75dd5f50ea97640c7806ef 100644 --- a/.gitattributes +++ b/.gitattributes @@ -361,6 +361,7 @@ ecrire/action/editer_site.php -text ecrire/action/export_all.php -text ecrire/action/ical.php -text ecrire/action/iconifier.php -text +ecrire/action/index.php -text ecrire/action/instituer_article.php -text ecrire/action/instituer_auteur.php -text ecrire/action/instituer_breve.php -text @@ -390,10 +391,13 @@ ecrire/action/tester.php -text ecrire/action/tester_taille.php -text ecrire/action/tourner.php -text ecrire/action/virtualiser.php -text +ecrire/balise/index.php -text +ecrire/base/index.php -text ecrire/charsets/cp1250.php -text ecrire/charsets/cp1251.php -text ecrire/charsets/cp1256.php -text ecrire/charsets/html.php -text +ecrire/charsets/index.php -text ecrire/charsets/iso-8859-1.php -text ecrire/charsets/iso-8859-15.php -text ecrire/charsets/iso-8859-6.php -text @@ -448,6 +452,7 @@ ecrire/exec/forum_envoi.php -text ecrire/exec/grouper_mots.php -text ecrire/exec/iconifier.php -text ecrire/exec/import_all.php -text +ecrire/exec/index.php -text ecrire/exec/info_plugin.php -text ecrire/exec/informer.php -text ecrire/exec/informer_auteur.php -text @@ -490,6 +495,7 @@ ecrire/exec/tourner.php -text ecrire/exec/upgrade.php -text ecrire/exec/valider_xml.php -text ecrire/exec/virtualiser.php -text +ecrire/extract/index.php -text ecrire/inc/actions.php -text ecrire/inc/agenda.php -text ecrire/inc/aider.php -text @@ -528,6 +534,7 @@ ecrire/inc/import_1_2.php -text ecrire/inc/import_1_3.php -text ecrire/inc/import_insere.php -text ecrire/inc/indenter_xml.php -text +ecrire/inc/index.php -text ecrire/inc/informer.php -text ecrire/inc/informer_auteur.php -text ecrire/inc/instituer_article.php -text @@ -571,11 +578,13 @@ ecrire/install/etape_ldap2.php -text ecrire/install/etape_ldap3.php -text ecrire/install/etape_ldap4.php -text ecrire/install/etape_ldap5.php -text +ecrire/install/index.php -text ecrire/lang/ecrire_br.php -text ecrire/lang/ecrire_bs.php -text ecrire/lang/ecrire_cs.php -text ecrire/lang/ecrire_it_fem.php -text ecrire/lang/ecrire_ru.php -text +ecrire/lang/index.php -text ecrire/lang/public_br.php -text ecrire/lang/public_bs.php -text ecrire/lang/public_cs.php -text @@ -586,26 +595,34 @@ ecrire/lang/spip_bs.php -text ecrire/lang/spip_cs.php -text ecrire/lang/spip_it_fem.php -text ecrire/lang/spip_ru.php -text +ecrire/premiers_pas/index.php -text ecrire/premiers_pas/pas_1.php -text ecrire/premiers_pas/pas_2.php -text ecrire/premiers_pas/pas_fin.php -text ecrire/prive.php -text +ecrire/public/index.php -text ecrire/rien.gif -text ecrire/safehtml/classes/HTMLSax3.php -text ecrire/safehtml/classes/HTMLSax3/Decorators.php -text ecrire/safehtml/classes/HTMLSax3/States.php -text +ecrire/safehtml/classes/HTMLSax3/index.php -text +ecrire/safehtml/classes/index.php -text ecrire/safehtml/classes/safehtml.php -text +ecrire/safehtml/index.php -text ecrire/safehtml/license.txt -text ecrire/safehtml/readme-SPIP.txt -text ecrire/safehtml/readme.txt -text ecrire/typographie/en.php -text ecrire/typographie/fr.php -text +ecrire/typographie/index.php -text +ecrire/urls/index.php -text ecrire/urls/page.php -text ecrire/urls/propres-qs.php -text ecrire/win_png.htc -text ecrire/xml/analyser_dtd.php -text ecrire/xml/atom.php -text ecrire/xml/ical.php -text +ecrire/xml/index.php -text ecrire/xml/interfaces.php -text ecrire/xml/rss.php -text /inc-public.php3 -text diff --git a/ecrire/action/index.php b/ecrire/action/index.php new file mode 100644 index 0000000000000000000000000000000000000000..62d8fe9f6db631bd3a19140699101c9e281c9f9d --- /dev/null +++ b/ecrire/action/index.php @@ -0,0 +1 @@ +X diff --git a/ecrire/balise/index.php b/ecrire/balise/index.php new file mode 100644 index 0000000000000000000000000000000000000000..62d8fe9f6db631bd3a19140699101c9e281c9f9d --- /dev/null +++ b/ecrire/balise/index.php @@ -0,0 +1 @@ +X diff --git a/ecrire/base/index.php b/ecrire/base/index.php new file mode 100644 index 0000000000000000000000000000000000000000..62d8fe9f6db631bd3a19140699101c9e281c9f9d --- /dev/null +++ b/ecrire/base/index.php @@ -0,0 +1 @@ +X diff --git a/ecrire/charsets/index.php b/ecrire/charsets/index.php new file mode 100644 index 0000000000000000000000000000000000000000..62d8fe9f6db631bd3a19140699101c9e281c9f9d --- /dev/null +++ b/ecrire/charsets/index.php @@ -0,0 +1 @@ +X diff --git a/ecrire/exec/index.php b/ecrire/exec/index.php new file mode 100644 index 0000000000000000000000000000000000000000..62d8fe9f6db631bd3a19140699101c9e281c9f9d --- /dev/null +++ b/ecrire/exec/index.php @@ -0,0 +1 @@ +X diff --git a/ecrire/extract/index.php b/ecrire/extract/index.php new file mode 100644 index 0000000000000000000000000000000000000000..62d8fe9f6db631bd3a19140699101c9e281c9f9d --- /dev/null +++ b/ecrire/extract/index.php @@ -0,0 +1 @@ +X diff --git a/ecrire/inc/index.php b/ecrire/inc/index.php new file mode 100644 index 0000000000000000000000000000000000000000..62d8fe9f6db631bd3a19140699101c9e281c9f9d --- /dev/null +++ b/ecrire/inc/index.php @@ -0,0 +1 @@ +X diff --git a/ecrire/install/index.php b/ecrire/install/index.php new file mode 100644 index 0000000000000000000000000000000000000000..62d8fe9f6db631bd3a19140699101c9e281c9f9d --- /dev/null +++ b/ecrire/install/index.php @@ -0,0 +1 @@ +X diff --git a/ecrire/lang/index.php b/ecrire/lang/index.php new file mode 100644 index 0000000000000000000000000000000000000000..62d8fe9f6db631bd3a19140699101c9e281c9f9d --- /dev/null +++ b/ecrire/lang/index.php @@ -0,0 +1 @@ +X diff --git a/ecrire/premiers_pas/index.php b/ecrire/premiers_pas/index.php new file mode 100644 index 0000000000000000000000000000000000000000..62d8fe9f6db631bd3a19140699101c9e281c9f9d --- /dev/null +++ b/ecrire/premiers_pas/index.php @@ -0,0 +1 @@ +X diff --git a/ecrire/public/index.php b/ecrire/public/index.php new file mode 100644 index 0000000000000000000000000000000000000000..62d8fe9f6db631bd3a19140699101c9e281c9f9d --- /dev/null +++ b/ecrire/public/index.php @@ -0,0 +1 @@ +X diff --git a/ecrire/safehtml/classes/HTMLSax3/index.php b/ecrire/safehtml/classes/HTMLSax3/index.php new file mode 100644 index 0000000000000000000000000000000000000000..62d8fe9f6db631bd3a19140699101c9e281c9f9d --- /dev/null +++ b/ecrire/safehtml/classes/HTMLSax3/index.php @@ -0,0 +1 @@ +X diff --git a/ecrire/safehtml/classes/index.php b/ecrire/safehtml/classes/index.php new file mode 100644 index 0000000000000000000000000000000000000000..62d8fe9f6db631bd3a19140699101c9e281c9f9d --- /dev/null +++ b/ecrire/safehtml/classes/index.php @@ -0,0 +1 @@ +X diff --git a/ecrire/safehtml/index.php b/ecrire/safehtml/index.php new file mode 100644 index 0000000000000000000000000000000000000000..62d8fe9f6db631bd3a19140699101c9e281c9f9d --- /dev/null +++ b/ecrire/safehtml/index.php @@ -0,0 +1 @@ +X diff --git a/ecrire/typographie/index.php b/ecrire/typographie/index.php new file mode 100644 index 0000000000000000000000000000000000000000..62d8fe9f6db631bd3a19140699101c9e281c9f9d --- /dev/null +++ b/ecrire/typographie/index.php @@ -0,0 +1 @@ +X diff --git a/ecrire/urls/index.php b/ecrire/urls/index.php new file mode 100644 index 0000000000000000000000000000000000000000..62d8fe9f6db631bd3a19140699101c9e281c9f9d --- /dev/null +++ b/ecrire/urls/index.php @@ -0,0 +1 @@ +X diff --git a/ecrire/xml/index.php b/ecrire/xml/index.php new file mode 100644 index 0000000000000000000000000000000000000000..62d8fe9f6db631bd3a19140699101c9e281c9f9d --- /dev/null +++ b/ecrire/xml/index.php @@ -0,0 +1 @@ +X