summaryrefslogtreecommitdiff
path: root/docbook/user-guide.asciidoc
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-11-09 18:13:57 -0800
committerGerald Combs <gerald@wireshark.org>2014-11-10 05:30:10 +0000
commit62289300d6331b0c23100ae152fddfdc20811733 (patch)
tree5248ee2cdda7131c4172cfdbbb77cfe03605cf4c /docbook/user-guide.asciidoc
parent055e4768ece1033afaf952e161a1e5d75a62961f (diff)
downloadwireshark-62289300d6331b0c23100ae152fddfdc20811733.tar.gz
Finish converting the User's Guide to AsciiDoc.
As with the Developer's Guide, add user-guide-docinfo.xml, which lets us carry over DocBook front matter. Remove the meta_info chapter. Most of its contents are now in user-guide-docinfo.xml. Add a DocBook revision history based on hints from the Git/SVN/CVS revision history. Remove the various makefile targets for converting AsciiDoc files to DocBook chapters. Remove GPL_appendix.xml. We use the AsciiDoc version. Change-Id: I543fa2a92f2c735c5f00c97ec65cff2187e09e3a Reviewed-on: https://code.wireshark.org/review/5216 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/user-guide.asciidoc')
-rw-r--r--docbook/user-guide.asciidoc34
1 files changed, 34 insertions, 0 deletions
diff --git a/docbook/user-guide.asciidoc b/docbook/user-guide.asciidoc
new file mode 100644
index 0000000000..ee0c2ccd98
--- /dev/null
+++ b/docbook/user-guide.asciidoc
@@ -0,0 +1,34 @@
+= Wireshark User's Guide
+//v1.0, February 2014: Finished conversion from DocBook to AsciiDoc
+:doctype: book
+
+[[Preface]]
+["preface",id="Preface"]
+== Preface
+
+include::wsug_src/WSUG_preface.asciidoc[]
+
+// Chapters
+include::wsug_src/WSUG_chapter_introduction.asciidoc[]
+include::wsug_src/WSUG_chapter_build_install.asciidoc[]
+include::wsug_src/WSUG_chapter_use.asciidoc[]
+include::wsug_src/WSUG_chapter_capture.asciidoc[]
+include::wsug_src/WSUG_chapter_io.asciidoc[]
+include::wsug_src/WSUG_chapter_work.asciidoc[]
+include::wsug_src/WSUG_chapter_advanced.asciidoc[]
+include::wsug_src/WSUG_chapter_statistics.asciidoc[]
+include::wsug_src/WSUG_chapter_telephony.asciidoc[]
+include::wsug_src/WSUG_chapter_customize.asciidoc[]
+// Needs to be reworked
+//include::wsug_src/WSUG_chapter_troubleshoot.asciidoc[]
+
+// Appendices
+include::wsug_src/WSUG_app_messages.asciidoc[]
+include::wsug_src/WSUG_app_files.asciidoc[]
+include::wsug_src/WSUG_app_protocols.asciidoc[]
+// Needs to be reworked
+//include::wsug_src/WSUG_app_howitworks.asciidoc[]
+include::wsug_src/WSUG_app_tools.asciidoc[]
+
+// License
+include::GPL_appendix.asciidoc[]