From c1d255c4fceea80dc0e96fba3221bd877a05c482 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Thu, 28 Nov 2019 22:33:34 +0100 Subject: Drop automake build support. Add basic cmake build instructions. Remove empty files: NEWS and TODO. Rework of the README, INSTALL and help page. Signed-off-by: gregory guy (cherry picked from commit 7f0fd2e067a983c24bc60bc2b99f926d77a7830c) --- doc/Makefile.am | 6 ------ doc/en/Makefile.am | 3 --- doc/en/index.docbook | 27 ++++++++++++--------------- 3 files changed, 12 insertions(+), 24 deletions(-) delete mode 100644 doc/Makefile.am delete mode 100644 doc/en/Makefile.am (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am deleted file mode 100644 index 79a09b7..0000000 --- a/doc/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -# the SUBDIRS is filled automatically by am_edit. If files are -# in this directory they are installed into the english dir - -KDE_LANG = en -KDE_DOCS = knmap -SUBDIRS = $(AUTODIRS) diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index fb2ea2a..0000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -KDE_DOCS = knmap -KDE_LANG = en -kde_docs_KDEDOCS = new_scan.png diff --git a/doc/en/index.docbook b/doc/en/index.docbook index c88b5c4..eb57fee 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -57,7 +57,7 @@ - The icons used in this application are from the Open Clip Art Library. I am indebted to those damn fine folk as my artistic ability is zero - which is marginally above my programming ability. :-( + The icons used in this application are from the Open Clip Art Library. I am indebted to those fine folk as my artistic ability is zero - which is marginally above my programming ability. @@ -163,7 +163,7 @@ - The Start nmap and Stop nmap buttons should require no explanation. (No - I wont now launch into a multi-thousand word explanation of the bloody obvious.) + The Start nmap and Stop nmap buttons should require no explanation. @@ -721,7 +721,10 @@ Developer's Guide to &knmap; - The only item worthy of mention here is the file nmap_manpage.html.diff. This file contains a diff of the nmap version 3.93 HTML formatted man page and that distributed with &knmap;. You can use this to update your version of that man page. + One file is worth mentioningnmap_manpage.html.diff. This file contains a diff of the nmap version 3.93 HTML formatted man page and that distributed with &knmap;. You can use this to update your version of that man page. + + + You may find the source code as well as the current development at https://mirror.git.trinitydesktop.org/gitea/TDE/knmap . @@ -750,32 +753,26 @@ How to obtain &knmap; - Now let me see... You're reading this documentation - which come packaged with &knmap;, which means that you have &knmap; installed, which means that you have somehow obtained &knmap;, and now you want to know how to obtain &knmap;? - - - - You have _way_ too much time on your hands! ;-) - - - - Okay, Okay. Go to http://sourceforge.net/projects/knmap and follow the download links. + Knmap is part of the Trinity Desktop Project. For further information, please go to http://trinitydesktop.org/ . Requirements - &knmap; was developed and tested under Qt 3.3.4 / KDE 3.4 & 3.5. YMMV vary if your configuration differs from this. + &knmap; will need the tqt3 and the tdelibs libraries. - And, of course, you will need nmap. Go to http://www.insecure.org/nmap for details on how to download nmap. + You will need nmap. Go to https://nmap.org/ for details on how to download nmap. Compilation and Installation - &install.compile.documentation; + + &knmap; relies on cmake to build, please read the INSTALL file for basic instructions. + -- cgit v1.2.3