From 06c3b200e8caed6838e2411a67e2dce409ed99a1 Mon Sep 17 00:00:00 2001 From: "Committo,Ergo:sum" <esj@rezo.net> Date: Sat, 5 Mar 2005 16:08:34 +0000 Subject: [PATCH] prise en charge de l'icone PGN --- .gitattributes | 1 + IMG/icones/pgn.gif | Bin 0 -> 288 bytes ecrire/inc_typebase.php3 | 2 ++ 3 files changed, 3 insertions(+) create mode 100644 IMG/icones/pgn.gif diff --git a/.gitattributes b/.gitattributes index 3431dedd8e..c4ff6b1541 100644 --- a/.gitattributes +++ b/.gitattributes @@ -21,6 +21,7 @@ IMG/icones/mp3-dist.png -text IMG/icones/mpg-dist.png -text IMG/icones/ogg-dist.png -text IMG/icones/pdf-dist.png -text +IMG/icones/pgn.gif svneol=native#unset IMG/icones/png-dist.png -text IMG/icones/ppt-dist.png -text IMG/icones/ps-dist.png -text diff --git a/IMG/icones/pgn.gif b/IMG/icones/pgn.gif new file mode 100644 index 0000000000000000000000000000000000000000..9a6f40e4a6ade836dc32f5853a3ecfb6b622c86e GIT binary patch literal 288 zcmZ?wbhEHblw*)%*vtR|EiEm_K;ZxX{|rEkA1MB0VPs(7XV3xZ1ew9Wa@OF4=j$4a zY?-eA57c`YH_VM)A=acmGyNK4$=YqM22%{5U$l4dFwlIHuwsFb%M_lTJt>S9qDBkn zFW%y|_t}oEzN@My?+9XAvVPYmlk<6Blhe4bx&5e#+Oud<dy%F>N|<)FRFiytu1=#? zU8#AWVr;k4<SAj(3TtX(dfJVus(Pj;S)^GqT1+%sD6>LS$Re~gY<+S5s=Th!?Tx!u zZgDc(zdYT4vwv{ev5t-DhxeXa<hNU=tNF@?m50ij=bT?$vGn1h$EzPNE=qX&?wzzC H1A{dHrKgZ| literal 0 HcmV?d00001 diff --git a/ecrire/inc_typebase.php3 b/ecrire/inc_typebase.php3 index fa91b5054c..2cca2cd2a5 100644 --- a/ecrire/inc_typebase.php3 +++ b/ecrire/inc_typebase.php3 @@ -67,6 +67,7 @@ $tables_documents = array( 'html' => 'HTML', 'pas' => 'Pascal', 'pdf' => 'PDF', + 'pgn' => 'Portable Game Notation', 'ppt' => 'PowerPoint', 'ps' => 'PostScript', 'rpm' => 'RedHat/Mandrake/SuSE', @@ -130,6 +131,7 @@ $tables_mime = array( 'html'=>'text/html', 'pas'=>'text/x-pascal', 'pdf'=>'application/pdf', + 'pgn' =>'application/x-chess-pgn', 'ppt'=>'application/vnd.ms-powerpoint', 'ps' =>'application/postscript', 'rpm'=>'application/x-redhat-package-manager', -- GitLab