Git commit 7915941966f992bda9f59a4919596867b5e9b05e by Montel Laurent. Committed on 18/10/2014 at 11:55. Pushed by mlaurent into branch 'master'.
Remove it M +0 -1 doc/CMakeLists.txt D +0 -3 doc/kioslave/CMakeLists.txt D +0 -3 doc/kioslave/news/CMakeLists.txt D +0 -27 doc/kioslave/news/index.docbook http://commits.kde.org/kdepim/7915941966f992bda9f59a4919596867b5e9b05e diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index f21e290..b84fd12 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -2,7 +2,6 @@ add_subdirectory(akregator) add_subdirectory(blogilo) add_subdirectory(konsolekalendar) add_subdirectory(kalarm) -add_subdirectory(kioslave) add_subdirectory(kjots) add_subdirectory(kleopatra) add_subdirectory(kwatchgnupg) diff --git a/doc/kioslave/CMakeLists.txt b/doc/kioslave/CMakeLists.txt deleted file mode 100644 index 1b9edf5..0000000 --- a/doc/kioslave/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -if(BUILD_knode) - add_subdirectory(news) -endif() diff --git a/doc/kioslave/news/CMakeLists.txt b/doc/kioslave/news/CMakeLists.txt deleted file mode 100644 index 98231ed..0000000 --- a/doc/kioslave/news/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -########### install files ############### -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kioslave/news) - diff --git a/doc/kioslave/news/index.docbook b/doc/kioslave/news/index.docbook deleted file mode 100644 index 8f0a54d..0000000 --- a/doc/kioslave/news/index.docbook +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" ?> -<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" -"dtd/kdedbx45.dtd" [ -<!ENTITY % addindex "IGNORE"> -<!ENTITY % English "INCLUDE" > <!-- change language only here --> -]> - -<article lang="&language;" id="news"> -<title>news</title> -<articleinfo> -<authorgroup> -<author>&Lauri.Watts; &Lauri.Watts.mail;</author> -<!-- TRANS:ROLES_OF_TRANSLATORS --> -</authorgroup> -</articleinfo> - - -<para>The news kioslave is used when you click on a news link on a web -page. It will open &knode;, and if the group referred to in the news -link is available from your server, it will subscribe you to the group, in -the first available account you have configured in &knode;</para> - -<para>You can unsubscribe from within &knode; if you decide you don't -want to read the group, by <mousebutton>right</mousebutton> clicking and -selecting <guimenuitem>Unsubscribe from Group</guimenuitem>.</para> - -</article>
