diff --git a/src/IDF/templates/idf/faq-archive-format.html b/src/IDF/templates/idf/faq-archive-format.html index f2274fe..4edcb9d 100644 --- a/src/IDF/templates/idf/faq-archive-format.html +++ b/src/IDF/templates/idf/faq-archive-format.html @@ -49,18 +49,18 @@ at an example, here you have one: <name>foo-1.2.tar.gz</name> <summary>Tarball</summary> <replaces>foo-1.1.tar.gz</replaces> - <tags> - <tag>Type:Archive</tag> - </tags> + <labels> + <label>Type:Archive</label> + </labels> </file> <file> <name>foo-1.2-installer.exe</name> <summary>Windows MSI Installer</summary> <description>This installer needs Windows XP SP2 or later.</description> - <tags> - <tag>Type:Installer</tag> - <tag>OpSys:Windows</tag> - </tags> + <labels> + <label>Type:Installer</label> + <label>OpSys:Windows</label> + </labels> </file> </manifest> @@ -77,8 +77,8 @@ This is the DTD for the format: <!ELEMENT summary (#PCDATA)> <!ELEMENT replaces (#PCDATA)> <!ELEMENT description (#PCDATA)> -<!ELEMENT tags (tag+)> -<!ELEMENT tag (#PCDATA)> +<!ELEMENT labels (label+)> +<!ELEMENT label (#PCDATA)> ]>