From 912e13271f4c25b8574bb1b4305a28ca82863145 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Fri, 20 Mar 2020 15:27:05 +0100 Subject: Drop automake build support. Delete the templates folder. Add basic build instructions. Rework of the README and help page. Some Cosmetics. Signed-off-by: gregory guy (cherry picked from commit 9de1ae68cda942c5455f5ca3a1f52539d82a57c2) --- doc/Makefile.am | 6 ------ doc/en/Makefile.am | 2 -- doc/en/index.docbook | 41 ++++++++++++++++++----------------------- 3 files changed, 18 insertions(+), 31 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 279cf2e..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 = knowit -SUBDIRS = $(AUTODIRS) diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index 44ab124..0000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_DOCS = knowit -KDE_LANG = en diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 1f29496..7c9b227 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -65,8 +65,8 @@ &kapp; is a simple tool for managing notes. It is similar to -TuxCards, -but designed for KDE 3.x. Notes are organized in tree-like hierarchy, +TuxCards, +but designed for TDE. Notes are organized in tree-like hierarchy, texts are stored in RichText format, so bold, italic and underline fonts are supported, as well as various text colors and unordered lists. @@ -74,7 +74,7 @@ are supported, as well as various text colors and unordered lists. &kapp; development depends on user's feedback! If you have suggestions or want to help developing &kapp;, have a look at the -&kapp; page +&kapp; page to see what is still to do. @@ -108,7 +108,7 @@ edit view. Editing notes -You can use standard KDE shortcuts for editing text. Unordered lists are +You can use standard TDE shortcuts for editing text. Unordered lists are supported: just start the line with *. You can also use List submenu of Edit menu to get all available list formats. @@ -194,10 +194,9 @@ source package contains information about changes in previous versions. Newest version of &knowit; can be found at -knowit.sourceforge.net. -Updates will probably be announced on Freshmeat and -apps.kde.com. +https://mirror.git.trinitydesktop.org/gitea/TDE/knowit. +Updates will probably be announced on the Trinitydesktop web site. @@ -205,32 +204,28 @@ url="http://freshmeat.net">Freshmeat and Requirements -I use KDE 3.1 for both developing and testing &knowit;. As -far as I know, it should work in both KDE 3.2 and KDE 3.0 without any problems. - - - -I doubt that it would compile in KDE 2.x - but I have no access -to older KDE versions to check it. Anyway, any information -about &knowit; in KDE 2.x would be welcomed. +The tdelibs library and cmake are needed to build &knowit;. Compilation and installation -In order to compile and install &knowit; on your system, type the following -in the base directory of the &knowit; distribution: +For a basic compilation and installation of &knowit; on your system, type the following +in the base directory of the &knowit; source: -% ./configure -% make -% make install +% mkdir -p build +% cd build +% cmake -G "Unix Makefiles" ../ +% cmake --build ./ +# make install +For more options, please read the INSTALL file. -Since &knowit; uses autoconf and automake, you should have no +Since &knowit; uses cmake, you should have no trouble compiling it. Should you run into problems please report -them to the autor. +them to the Trinity Desktop dev team. -- cgit v1.2.3