Z-Blog主题的Theme.xml文件包含了主题相关的一些信息,下面就Theme.xml文件包含的内容信息进行说明,以便能让欲制作主题的用户更容易地制作主题和Theme.xml文件。(ThemeSapper (TS) 插件提供了Theme.xml文档的编辑器, 不太了解XML的用户可以通过此编辑器生成标准的主题信息文档. TS同时还提供了与在线安装包版本匹配的打包器, 以备需求.)
样例文档
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<theme version="0.1">
<id>Default</id>
<name>Default主题</name>
<url>http://download.rainbowsoft.org/</url>
<note>Z-Blog的默认主题</note>
<author>
<name>zx.asd</name>
<url>http://www.rainbowsoft.org/zblog/</url>
<email>null@null.com</email>
</author>
<source>
<name>zx.asd</name>
<url>http://www.rainbowsoft.org/zblog/</url>
<email>null@null.com</email>
</source>
<plugin>
<name></name>
<note></note>
<type></type>
<path></path>
<include><![CDATA[]]></include>
<level></level>
</plugin>
<version>1.0</version>
<adapted>Z-Blog 1.8</adapted>
<pubdate>2005-2-18</pubdate>
<modified>2007-7-15</modified>
<description><![CDATA[
<p>Z-Blog的默认主题,论坛样式区的所有的样式均适合于该主题模板。</p>
]]></description>
</theme>
节目说明