1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 10:59:02 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
fyodor
cfe783ebb9 small typo 2008-03-01 07:30:58 +00:00
fyodor
29c912f394 URL change from http://insecure.org/nmap/* to http://nmap.org/* 2008-01-17 07:22:03 +00:00
fyodor
72e86790cb update some links 2007-12-22 03:26:59 +00:00
david
ce9618eed8 Use the filename tag for file name extensions in zenmap.xml. 2007-12-20 08:59:17 +00:00
fyodor
927dade010 remove doctype directive so this can be used as a subdocument from larger docs 2007-12-11 10:27:36 +00:00
fyodor
d2123e7011 slight rewording 2007-11-26 22:33:47 +00:00
david
11b584df01 Add the beginning of a manual page for Zenmap. This includes
description, options summary, environment variables, bugs, history, and
authors sections. It doesn't have how-to sections, which I would like to
have next.

This is my first foray into DocBook. I'm using version 4.5 of the DTD. I
had to hard-code that number into the document type declaration to get
it to build.

The command lines I'm using to build are
xsltproc --xinclude --output zenmap.1 /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl zenmap.xml
xsltproc --xinclude --output zenmap.html /usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl zenmap.xml
2007-11-26 05:46:23 +00:00