diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-03-20 15:27:05 +0100 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-03-21 00:52:42 +0900 |
commit | 912e13271f4c25b8574bb1b4305a28ca82863145 (patch) | |
tree | 61b42b2c5dd4feccb0797e4b12d3c1cfd3f5a92a /doc/en | |
parent | cbda64be33cfa1a32b898eaf38105fad0b9ce6ac (diff) | |
download | knowit-912e13271f4c25b8574bb1b4305a28ca82863145.tar.gz knowit-912e13271f4c25b8574bb1b4305a28ca82863145.zip |
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 <gregory-tde@laposte.net>
(cherry picked from commit 9de1ae68cda942c5455f5ca3a1f52539d82a57c2)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/Makefile.am | 2 | ||||
-rw-r--r-- | doc/en/index.docbook | 41 |
2 files changed, 18 insertions, 25 deletions
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 @@ <para> &kapp; is a simple tool for managing notes. It is similar to -<ulink url="http://tuxcards.sourceforge.net">TuxCards</ulink>, -but designed for KDE 3.x. Notes are organized in tree-like hierarchy, +<ulink url="https://sourceforge.net/projects/tuxcards">TuxCards</ulink>, +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. </para> @@ -74,7 +74,7 @@ are supported, as well as various text colors and unordered lists. <para> &kapp; development depends on user's feedback! If you have suggestions or want to help developing &kapp;, have a look at the -<ulink url="http://knowit.sourceforge.net">&kapp; page</ulink> +<ulink url="https://mirror.git.trinitydesktop.org/gitea/TDE/knowit">&kapp; page</ulink> to see what is still to do. </para> @@ -108,7 +108,7 @@ edit view. <sect2 id="editing"> <title>Editing notes</title> <para> -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 <keycap>*</keycap>. You can also use <guimenu>List</guimenu> submenu of <guimenu>Edit</guimenu> menu to get all available list formats. @@ -194,10 +194,9 @@ source package contains information about changes in previous versions. <para> Newest version of &knowit; can be found at -<ulink url="href://knowit.sourceforge.net">knowit.sourceforge.net</ulink>. -Updates will probably be announced on <ulink -url="http://freshmeat.net">Freshmeat</ulink> and -<ulink url="href://apps.kde.com">apps.kde.com</ulink>. +<ulink url="https://mirror.git.trinitydesktop.org/gitea/TDE/knowit">https://mirror.git.trinitydesktop.org/gitea/TDE/knowit</ulink>. +Updates will probably be announced on the<ulink +url="http://trinitydesktop.org"> Trinitydesktop</ulink> web site. </para> </sect1> @@ -205,32 +204,28 @@ url="http://freshmeat.net">Freshmeat</ulink> and <sect1 id="requirements"> <title>Requirements</title> <para> -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. -</para> - -<para> -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;. </para> </sect1> <sect1 id="compilation"> <title>Compilation and installation</title> <para> -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: <screen width="40"> -<prompt>%</prompt> <userinput>./configure</userinput> -<prompt>%</prompt> <userinput>make</userinput> -<prompt>%</prompt> <userinput>make install</userinput> +<prompt>%</prompt> <userinput>mkdir -p build</userinput> +<prompt>%</prompt> <userinput>cd build</userinput> +<prompt>%</prompt> <userinput>cmake -G "Unix Makefiles" ../</userinput> +<prompt>%</prompt> <userinput>cmake --build ./</userinput> +<prompt>#</prompt> <userinput>make install</userinput> </screen> +For more options, please read the INSTALL file. </para> -<para>Since &knowit; uses autoconf and automake, you should have no +<para>Since &knowit; uses cmake, you should have no trouble compiling it. Should you run into problems please report -them to the autor.</para> +them to the Trinity Desktop dev team.</para> </sect1> </appendix> |