manual: Start with a skeleton of a usermanual

This is a DocBook skeleton that should morph into a proper
usermanual for the SIMtrace.
This commit is contained in:
Holger Hans Peter Freyther
2011-07-13 00:08:02 +02:00
parent 666f9db529
commit 0729969530
8 changed files with 146 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
<appendix id="appendix_sql_v09">
<title>SQL Tabellen v0.9</title>
<programlisting>
<inlinemediaobject><imageobject><imagedata format="linespecific" fileref="file" /></imageobject></inlinemediaobject>
</programlisting>
</appendix>
-->

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="chapter_building">
<title>Getting and Building the Software</title>
<section id="building_dependencies">
<title>Installing Dependencies</title>
<para></para>
</section>
</chapter>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="chapter_introduction">
<title>Introduction</title>
<section id="intro_overview">
<title>Overview</title>
<para></para>
</section>
</chapter>

20
docs/chapters/using.xml Normal file
View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="chapter_using">
<title>Sniffing your SIM</title>
<section id="launching_simtrace">
<title>Launching SIMtrace</title>
<para></para>
<screen>
$ <command>simtrace</command>
</screen>
</section>
<section id="launching_wireshark">
<title>Launching Wireshark</title>
<para></para>
<screen>
$ <command>wireshark</command>
</screen>
</section>
</chapter>