101 lines
4.9 KiB
XML
101 lines
4.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<generic_document xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../dtd/genericdocument.xsd">
|
|
<meta>
|
|
<title>Generic Document</title>
|
|
<subtitle>It can be about ANYTHING you want!</subtitle>
|
|
<collaborators>
|
|
<reviewers>
|
|
<reviewer>Melanie Rieback</reviewer>
|
|
</reviewers>
|
|
<approver>
|
|
<name>Melanie Rieback</name>
|
|
<bio>Melanie Rieback is a former Asst. Prof. of Computer Science from the VU,
|
|
who is also the co-founder/CEO of Radically Open Security.</bio>
|
|
</approver>
|
|
</collaborators>
|
|
<classification>Confidential</classification>
|
|
<version_history>
|
|
<version date="2015-01-19T01:00:00" number="auto">
|
|
<v_author>Patricia Piolon</v_author>
|
|
<v_description>Initial draft</v_description>
|
|
</version>
|
|
<version date="2015-01-20T01:00:00" number="auto">
|
|
<v_author>Ernest Hemingway</v_author>
|
|
<v_description>Structure & contents revision</v_description>
|
|
</version>
|
|
<version date="2015-01-21T01:00:00" number="auto">
|
|
<v_author>Patricia Piolon</v_author>
|
|
<v_description>Added some stuff</v_description>
|
|
</version>
|
|
<version date="2015-01-22T01:00:00" number="auto">
|
|
<v_author>Patricia Piolon</v_author>
|
|
<v_author>JRR Tolkien</v_author>
|
|
<v_description>Revision</v_description>
|
|
</version>
|
|
<version date="2015-01-23T01:00:00" number="auto">
|
|
<v_author>Patricia Piolon</v_author>
|
|
<v_description>Revision</v_description>
|
|
</version>
|
|
<version date="2015-01-26T01:00:00" number="1.0">
|
|
<v_author>Arthur Conan Doyle</v_author>
|
|
<v_description>Finalizing</v_description>
|
|
</version>
|
|
</version_history>
|
|
<xi:include href="snippets/company_info.xml"/>
|
|
</meta>
|
|
|
|
<generate_index/>
|
|
|
|
<section id="info">
|
|
<title>This is a generic document</title>
|
|
<section id="introduction">
|
|
<title>This is a subsection</title>
|
|
<p>In this document we describe anything that is not an offer, invoice or pentest.</p>
|
|
<p>It is as generic as generic can be.</p>
|
|
</section>
|
|
<section id="other">
|
|
<title>Some more info</title>
|
|
<p>You can only use the most general of elements in this document (all the elements borrowed from html + monospace, code, section, appendix and title, basically).</p>
|
|
<p>Only the company-related placeholders work!</p>
|
|
</section>
|
|
</section>
|
|
|
|
|
|
<section id="somethingelse">
|
|
<title>Anything else?</title>
|
|
<p>Mmmm no, that's it.</p>
|
|
|
|
<table border="1"><tr><th>This is a table</th></tr>
|
|
<tr><td>It contains bogus information.</td></tr></table>
|
|
|
|
<section id="list">
|
|
<title>List example</title>
|
|
<p>This is a list:</p>
|
|
<ul>
|
|
<li>item 1 - see <a href="http://www.radicallyopensecurity.com">http://www.radicallyopensecurity.com</a>.</li>
|
|
<li>item 2</li>
|
|
</ul>
|
|
<p>You get the idea</p>
|
|
</section>
|
|
<section id="bla">
|
|
<title>other elements</title>
|
|
<p>Command:</p>
|
|
<pre>$ this is a pre (for command line entries)</pre>
|
|
|
|
<p>Outcome:</p>
|
|
<pre>This is where
|
|
you would write the
|
|
output
|
|
I
|
|
guess.</pre>
|
|
|
|
<p>Let's have a link pointing to <a href="#list"/> at this point.</p>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
<appendix id="testteam">
|
|
<title>Did we forget anything</title>
|
|
<p>Nope.</p>
|
|
</appendix>
|
|
</generic_document> |