News:

Please note these forums are mostly a testing ground for my SMF work and I don't really use them otherwise.

Main Menu

Paste-1255319508:v:use_geshi-1:v:type-xml

Started by Guest, Oct 12, 2009, 03:51 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Guest

<!ELEMENT theme-info (id+,version+,name+,author,website?,layers,templates,based-on?,extra?,images?)>
   <!ATTLIST package-info xmlns CDATA "http://www.simplemachines.org/xml/theme-info">
   <!ATTLIST package-info xmlns:smf CDATA "http://www.simplemachines.org/">

   <!-- For the id, always use something unique - put your name, a colon, and then the package name. -->
   <!ELEMENT id (#CDATA)>

   <!ELEMENT version (#CDATA)>

   <!-- Theme name, used purely for aesthetics. -->
   <!ELEMENT name (#CDATA)>

   <!-- Author: your email address or contact information. -->
   <!ELEMENT author (#CDATA)>
      <!ATTLIST author name CDATA #IMPLIED>

   <!-- Website... where to get updates and more information. -->
   <!ELEMENT website (#CDATA)>

   <!-- Template layers to use, defaults to "html,body". -->
   <!ELEMENT layers (#CDATA)>

   <!-- Templates to load on startup. Default is "index". Comma delimited. -->
   <!ELEMENT templates (#CDATA)>

   <!-- Base this theme off another? Default is blank, or no. It could be "default". -->
   <!ELEMENT based-on (#CDATA)>

   <!-- Serialized array of theme variables -->
   <!ELEMENT extra (#CDATA)>

   <!-- The images url -->
   <!ELEMENT images (#CDATA)>

adf

<!ELEMENT theme-info (id+,version+,name+,author?,website?,layers?,templates?,based-on?,extra?,images?)>
   <!ATTLIST package-info xmlns CDATA "http://www.simplemachines.org/xml/theme-info">
   <!ATTLIST package-info xmlns:smf CDATA "http://www.simplemachines.org/">

   <!-- For the id, always use something unique - put your name, a colon, and then the package name. -->
   <!ELEMENT id (#CDATA)>

   <!ELEMENT version (#CDATA)>

   <!-- Theme name, used purely for aesthetics. -->
   <!ELEMENT name (#CDATA)>

   <!-- Author: your email address or contact information. -->
   <!ELEMENT author (#CDATA)>
      <!ATTLIST author name CDATA #IMPLIED>

   <!-- Website... where to get updates and more information. -->
   <!ELEMENT website (#CDATA)>

   <!-- Template layers to use, defaults to "html,body". -->
   <!ELEMENT layers (#CDATA)>

   <!-- Templates to load on startup. Default is "index". Comma delimited. -->
   <!ELEMENT templates (#CDATA)>

   <!-- Base this theme off another? Default is blank, or no. It could be "default". -->
   <!ELEMENT based-on (#CDATA)>

   <!-- Serialized array of theme variables -->
   <!ELEMENT extra (#CDATA)>

   <!-- The images url -->
   <!ELEMENT images (#CDATA)>