
2005-06-10 Sven Neumann <sven@gimp.org> Switch to a more standard way of treating the translations for the startup tips (bug #171846): * Makefile.am * configure.in: removed tips directory; added data/tips and po-tips directories instead. * data/Makefile.am * data/AUTHORS * data/ChangeLog * data/README: removed these three outdated files. * data/tips: gimp.tips.xml and related files live here now. * po-tips: translations of the tips are found here now. * README.i18n: changed accordingly.
19 lines
423 B
DTD
19 lines
423 B
DTD
<!-- Simple DTD for GIMP tips -->
|
|
|
|
<!ELEMENT gimp-tips (tip+)>
|
|
|
|
<!ELEMENT tip (welcome*, thetip+)>
|
|
<!ATTLIST tip level (start|beginner|intermediate|advanced) #REQUIRED>
|
|
|
|
<!ENTITY % markup "(#PCDATA|b|big|tt)*">
|
|
|
|
<!ELEMENT b %markup;>
|
|
<!ELEMENT big %markup;>
|
|
<!ELEMENT tt %markup;>
|
|
|
|
<!ELEMENT welcome %markup;>
|
|
<!ATTLIST welcome xml:lang CDATA #IMPLIED>
|
|
|
|
<!ELEMENT thetip %markup;>
|
|
<!ATTLIST thetip xml:lang CDATA #IMPLIED>
|