From: Frederic D. <de...@us...> - 2004-05-05 12:36:43
|
Update of /cvsroot/fudaa/fudaa_web/src/devel/dodico In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1895/src/devel/dodico Modified Files: presentation.xml index.xml Added Files: dodico.dtd Log Message: Maj du site web Index: index.xml =================================================================== RCS file: /cvsroot/fudaa/fudaa_web/src/devel/dodico/index.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.xml 23 Jan 2004 12:09:00 -0000 1.1 --- index.xml 5 May 2004 12:36:03 -0000 1.2 *************** *** 1,5 **** <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> ! <!DOCTYPE xhtml SYSTEM "../../../fudaa-org.dtd"[ ! <!ENTITY url "./../../">]> <!--$id$--><xhtml> &devel-default; --- 1,4 ---- <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> ! <!DOCTYPE xhtml SYSTEM "dodico.dtd"> <!--$id$--><xhtml> &devel-default; --- NEW FILE: dodico.dtd --- <!ENTITY % devel-dtd SYSTEM "../devel.dtd" > <!ENTITY url "../../"> <!ENTITY title "Développement- dodico"> <!ENTITY th-devel-selected "th-devel-selected"> <!ENTITY th-dodico-selected "selected"> %devel-dtd; Index: presentation.xml =================================================================== RCS file: /cvsroot/fudaa/fudaa_web/src/devel/dodico/presentation.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** presentation.xml 23 Jan 2004 12:09:02 -0000 1.1 --- presentation.xml 5 May 2004 12:36:03 -0000 1.2 *************** *** 1,5 **** <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> ! <!DOCTYPE xhtml SYSTEM "../../../fudaa-org.dtd"[ ! <!ENTITY url "./../../">]> <!--$id$--><xhtml> &devel-default; --- 1,4 ---- <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> ! <!DOCTYPE xhtml SYSTEM "dodico.dtd"> <!--$id$--><xhtml> &devel-default; |