summaryrefslogtreecommitdiffstats
path: root/t/fmt/wml/basic.wml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 11:26:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 11:26:17 +0000
commit5df6c2aefebe3d2abcc939a88e294876d59f03ca (patch)
tree63fb332a0f21ddb91cb789c80cf64e134d373463 /t/fmt/wml/basic.wml
parentInitial commit. (diff)
downloadpo4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.tar.xz
po4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.zip
Adding upstream version 0.72.upstream/0.72
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 't/fmt/wml/basic.wml')
-rw-r--r--t/fmt/wml/basic.wml51
1 files changed, 51 insertions, 0 deletions
diff --git a/t/fmt/wml/basic.wml b/t/fmt/wml/basic.wml
new file mode 100644
index 0000000..3c6ea5a
--- /dev/null
+++ b/t/fmt/wml/basic.wml
@@ -0,0 +1,51 @@
+# based on security/2008/dsa-1444.wml.
+#use wml::debian::template title="My awesome title"
+#include "$(ENGLISHDIR)/security/2008/dsa-1444.data"
+
+<define-tag description>some vulnerability info</define-tag>
+<define-tag moreinfo>
+
+<p>
+foo bar foo bar foo bar foo bar
+foo bar foo bar foo bar foo bar.
+</p>
+
+<p>
+bar foo bar foo bar foo bar foo
+bar foo bar foo bar foo bar foo.
+</p>
+
+<ul>
+
+<li><a href="http://example.com/">CVE-foo-bar</a>
+
+ <p>
+ cve foo bar cve foo bar
+ cve foo bar cve foo bar.
+ </p></li>
+
+</ul>
+
+</define-tag>
+
+# based on devel/debian-installer/News/2007/20070720.wml.
+#use wml::debian::news
+
+<define-tag pagetitle>Some page title</define-tag>
+<define-tag release_date>2007-07-20</define-tag>
+
+<p>
+some description including line breaks,<br />
+<q>quotations</q>,
+<a href="$(DEVEL)/debian-installer/">links</a>,
+and <a href="#n1">in-page links</a>.
+</p>
+<ul>
+ <li>item a</li>
+ <li>item b</li>
+</ul>
+
+<p><strong>Notes</strong></p>
+<ol>
+<li><a name="n1"></a>an anchor provided here.</li>
+</ol>