wireshark/docbook/user-guide.asciidoc
Gerald Combs 62289300d6 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>
2014-11-10 05:30:10 +00:00

35 lines
1.1 KiB
Text

= 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[]