[multimedia/kwave] doc: updated URLs in documentation, removed link to mailing list (no longer exists), fixed broken link

Thomas Eschenbacher null at kde.org
Mon Jul 6 08:57:29 BST 2020


Git commit 2ca8d861db154f2a56590be0620b0cc87b45aff8 by Thomas Eschenbacher.
Committed on 06/07/2020 at 07:57.
Pushed by eschenbacher into branch 'master'.

updated URLs in documentation, removed link to mailing list (no longer exists), fixed broken link

M  +1    -1    doc/CMakeLists.txt
M  +8    -13   doc/devel.docbook
M  +8    -9    doc/en/index.docbook

https://invent.kde.org/multimedia/kwave/commit/2ca8d861db154f2a56590be0620b0cc87b45aff8

diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 37a3626e..9322f028 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -165,7 +165,7 @@ ENDFOREACH(_file ${_files})
 #############################################################################
 ### "make html_doc_devel"                                                 ###
 
-SET(_common_en_dir ${CMAKE_INSTALL_PREFIX}/${HTML_INSTALL_DIR}/en/kdoctools5-common)
+SET(_common_en_dir ${CMAKE_INSTALL_PREFIX}/share/help/en/kdoctools5-common)
 SET(_html_dir_devel ${CMAKE_CURRENT_BINARY_DIR}/devel)
 GET_TARGET_PROPERTY(MEINPROC_EXECUTABLE ${KDOCTOOLS_MEINPROC_EXECUTABLE} LOCATION)
 
diff --git a/doc/devel.docbook b/doc/devel.docbook
index 3c772ade..1bffac07 100644
--- a/doc/devel.docbook
+++ b/doc/devel.docbook
@@ -3,22 +3,21 @@
   <!ENTITY kwave "<application>Kwave</application>">
   <!ENTITY % English "INCLUDE"> <!-- change language only here -->
   <!ENTITY % addindex "IGNORE">
-  <!ENTITY version "18.07.70">
-  <!ENTITY version_year "2018">
+  <!ENTITY version "20.07.70">
+  <!ENTITY version_year "2020">
   <!ENTITY % ents PUBLIC "-//KDE//ENTITIES Application-Variable Entities V2.0//EN" "entities/kde-prologue.entities">
-  <!ENTITY url_git_web_kde "http://commits.kde.org/kwave">
-  <!ENTITY url_prefix_gitweb "&url_git_web_kde;?path=">
+  <!ENTITY url_git_web_kde "https://invent.kde.org/multimedia/kwave/">
+  <!ENTITY url_prefix_gitweb "&url_git_web_kde;-/blob/master/">
   <!ENTITY url_cmake "http://www.cmake.org">
   <!ENTITY url_download "http://kwave.sourceforge.net/download.html">
   <!ENTITY url_doxygen "http://www.stack.nl/~dimitri/doxygen">
   <!ENTITY url_homepage "http://kwave.sourceforge.net/">
   <!ENTITY url_kde_project "http://www.kde.org/applications/multimedia/kwave/">
-  <!ENTITY url_mailinglist "https://lists.sourceforge.net/lists/listinfo/kwave-devel">
   <!ENTITY url_readme "&url_prefix_gitweb;README">
   <!ENTITY url_sourceforge "http://sourceforge.net">
   <!ENTITY url_git_web_sf "http://sourceforge.net/p/kwave/code/commit_browser">
-  <!ENTITY url_git_list_tags "http://commits.kde.org/kwave.git/refs/">
-  <!ENTITY url_git_master "git://anongit.kde.org/kwave.git">
+  <!ENTITY url_git_list_tags "&url_git_web_kde;-/tags/">
+  <!ENTITY url_git_master "https://invent.kde.org/multimedia/kwave.git">
 ]>
 
 <book lang="&language;">
@@ -44,7 +43,7 @@
 
     <legalnotice>&FDLNotice;</legalnotice>
 
-    <date>2018-03-23</date>
+    <date>2020-07-06</date>
     <releaseinfo>&version;</releaseinfo>
 
     <abstract><para>&kwave; is a simple sound editor built on &kf5-full;.</para></abstract>
@@ -325,8 +324,6 @@
 	<ulink url="&url_cmake;">cmake</ulink>, a make system
 	that is also used by KDE itself. So if you know how to build other KDE
 	applications, you should not have any difficulties in building &kwave;.
-	If you run into problems please report them to
-	the &kwave; <ulink url="&url_mailinglist;">mailing list</ulink>.
     </para>
 
     <para>
@@ -704,9 +701,7 @@
     <para>
         If you want to write a plugin, contribute something to this
         project (or maybe write the converter mentioned above), please
-	feel free to contact one of the authors directly
-	and / or subscribe to the &kwave; mailing list:
-	<ulink url="&url_mailinglist;"> "&url_mailinglist;"</ulink>.
+	feel free to contact one of the authors directly.
 	Help is always welcome!
     </para>
 
diff --git a/doc/en/index.docbook b/doc/en/index.docbook
index 5097f67f..1e1c190d 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -3,15 +3,14 @@
   <!ENTITY kwave "<application>Kwave</application>">
   <!ENTITY % English "INCLUDE"> <!-- change language only here -->
   <!ENTITY % addindex "IGNORE">
-  <!ENTITY version "0.9.3">
-  <!ENTITY version_tag "0_9_3">
-  <!ENTITY version_year "2017">
+  <!ENTITY version "20.07.70">
+  <!ENTITY version_year "2020">
   <!ENTITY % ents PUBLIC "-//KDE//ENTITIES Application-Variable Entities V2.0//EN" "entities/kde-prologue.entities">
   <!ENTITY url_cc_by_sa_4 "https://creativecommons.org/licenses/by-sa/4.0/">
-  <!ENTITY url_devel_building_rpm_from_git "http://kwave.sourceforge.net/doc/devel/building_rpm_from_git.html">
+  <!ENTITY url_devel_fetching_from_git "http://kwave.sourceforge.net/doc/devel/fetching_sources_from_git.html">
   <!ENTITY url_devel_requirements "http://kwave.sourceforge.net/doc/devel/requirements.html">
-  <!ENTITY url_git_web_kde "https://commits.kde.org/kwave">
-  <!ENTITY url_prefix_gitweb "&url_git_web_kde;?path=">
+  <!ENTITY url_git_web_kde "https://invent.kde.org/multimedia/kwave/">
+  <!ENTITY url_prefix_gitweb "&url_git_web_kde;-/blob/master/">
   <!ENTITY url_authors "&url_prefix_gitweb;AUTHORS">
   <!ENTITY url_changelog "&url_prefix_gitweb;CHANGES">
   <!ENTITY url_debian "https://www.debian.org">
@@ -317,8 +316,8 @@
 
     <legalnotice>&FDLNotice;</legalnotice>
 
-    <date>2017-01-29</date>
-    <releaseinfo>0.9.3 (Applications 16.12)</releaseinfo>
+    <date>2020-07-06</date>
+    <releaseinfo>20.07.70</releaseinfo>
 
     <abstract><para>&kwave; is a simple sound editor built on &kf5-full;.</para></abstract>
 
@@ -448,7 +447,7 @@
 	    you can get the sources of the latest development version.
 	    For instructions on how to get access to the repository, read
 	    in the chapter about
-	    <ulink url="&url_devel_building_rpm_from_git;">building from GIT</ulink>
+	    <ulink url="&url_devel_fetching_from_git;">building from GIT</ulink>
 	    in the developer documentation.
 	    There also is a GIT web interface on <ulink url="&url_git_web_kde;">&kde;</ulink>
 	    and on <ulink url="&url_git_web_sf;">SourceForge</ulink> that


More information about the kde-doc-english mailing list