diff options
author | Warren Young <warren@etr-usa.com> | 2013-05-01 23:30:25 +0000 |
---|---|---|
committer | Warren Young <warren@etr-usa.com> | 2013-05-01 23:30:25 +0000 |
commit | 8142972d870f24ae9683238889aa63bb395d3698 (patch) | |
tree | f91a244823eae49c14573bb44dd6b146b32866e8 /winsup/doc/cygwin-ug-net.xml | |
parent | 0cfce9acc954315c359fd1c80079f4e3419dd461 (diff) | |
download | cygnal-8142972d870f24ae9683238889aa63bb395d3698.tar.gz cygnal-8142972d870f24ae9683238889aa63bb395d3698.tar.bz2 cygnal-8142972d870f24ae9683238889aa63bb395d3698.zip |
Modernized user guide, API reference, and FAQ generation. Overall
effect is to move away from DocBook SGML and DJ Delorie's doctool and
toward pure DocBook XSL. (There remains just one use of doctool, and
we have plans for replacing it, too.) See ChangeLog for details.
Diffstat (limited to 'winsup/doc/cygwin-ug-net.xml')
-rw-r--r-- | winsup/doc/cygwin-ug-net.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/winsup/doc/cygwin-ug-net.xml b/winsup/doc/cygwin-ug-net.xml new file mode 100644 index 000000000..89526d721 --- /dev/null +++ b/winsup/doc/cygwin-ug-net.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> + +<book id="cygwin-ug-net" xmlns:xi="http://www.w3.org/2001/XInclude"> + <bookinfo> + <date>2009-03-18</date> + <title>Cygwin User's Guide</title> + <xi:include href="legal.xml"/> + </bookinfo> + + <xi:include href="overview.xml"/> + <xi:include href="setup-net.xml"/> + <xi:include href="using.xml"/> + <xi:include href="programming.xml"/> +</book> |