Git commit 5874a978e0857768dcecc2b3b3da7413f6cdea34 by Burkhard Lück.
Committed on 11/08/2016 at 13:37.
Pushed by lueck into branch 'master'.

Remove obsolete kdepasswd docbook

this docbook was for the "Password and User Account" KCM in kde4
code for the KCM was removed in the frameworks branch, so the docbook is no 
longer used
REVIEW:128637

M  +0    -2    kdepasswd/CMakeLists.txt
D  +0    -1    kdepasswd/docs/CMakeLists.txt
D  +0    -158  kdepasswd/docs/index.docbook
D  +-    --    kdepasswd/docs/password.png

http://commits.kde.org/kde-baseapps/5874a978e0857768dcecc2b3b3da7413f6cdea34

diff --git a/kdepasswd/CMakeLists.txt b/kdepasswd/CMakeLists.txt
index 7a62270..520ecb0 100644
--- a/kdepasswd/CMakeLists.txt
+++ b/kdepasswd/CMakeLists.txt
@@ -49,8 +49,6 @@ target_link_libraries(kdepasswd
 install(TARGETS kdepasswd ${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
 install(PROGRAMS org.kde.kdepasswd.desktop DESTINATION ${KDE_INSTALL_APPDIR})
 
-add_subdirectory(docs)
-
 if("${CMAKE_SOURCE_DIR}" STREQUAL "${Kdepasswd_SOURCE_DIR}")
   feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
 endif()
diff --git a/kdepasswd/docs/CMakeLists.txt b/kdepasswd/docs/CMakeLists.txt
deleted file mode 100644
index 8cf55fb..0000000
--- a/kdepasswd/docs/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kdepasswd)
diff --git a/kdepasswd/docs/index.docbook b/kdepasswd/docs/index.docbook
deleted file mode 100644
index 557f458..0000000
--- a/kdepasswd/docs/index.docbook
+++ /dev/null
@@ -1,158 +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">
-]>
-<article id="kdepasswd" lang="&language;">
-<title>Password &amp; User Account</title>
-<articleinfo>
-<authorgroup>
-<author>
-<firstname>Michael</firstname>
-<surname>Anderson</surname>
-<affiliation>
-<address><email>[email protected]</email></address>
-</affiliation>
-</author>
-<author><firstname>Anne-Marie</firstname>
-<surname>Mahfouf</surname>
-<affiliation>
-<address>&Anne-Marie.Mahfouf.mail;</address>
-</affiliation></author>
-<!-- TRANS:ROLES_OF_TRANSLATORS -->
-</authorgroup>
-
-<date>2013-06-25</date>
-<releaseinfo>&kde; 4.11</releaseinfo>
-
-<keywordset>
-<keyword>KDE</keyword>
-<keyword>System Settings</keyword>
-<keyword>user</keyword>
-<keyword>account</keyword>
-<keyword>password</keyword>
-</keywordset>
-</articleinfo>
-
-<sect1 id="kcm_useraccount">
-<title>User Information</title>
-<sect2 id="intro">
-<title>Introduction</title>
-
-<para>
-<screenshot>
-<screeninfo>Screenshot of the User Account Manager</screeninfo>
-  <mediaobject>
-    <imageobject>
-      <imagedata fileref="password.png" format="PNG"/>
-    </imageobject>
-     <textobject>
-      <phrase>The User Account Manager</phrase>
-    </textobject>
-  </mediaobject>
-</screenshot>
-</para>
-
-<para>This is a system settings module to enter user information and configure 
basic user settings such as
-the password and icon. This information and these settings will be used by 
various &kde;
-applications (mail programs and word processors for example) if they are 
filled. You can:</para>
-
-<itemizedlist>
-<listitem><para>change your user icon</para></listitem>
-<listitem><para>change your user login password</para></listitem>
-<listitem><para>fill in personal information</para></listitem>
-<listitem><para>set up the password prompt</para></listitem>
-</itemizedlist>
-
-</sect2>
-
-<sect2 id="themes">
-<title>User Icon and Password</title>
-
-<variablelist>
-<varlistentry><term>User Icon</term>
-<listitem>
-<para>
-This icon is used when the user logs in using a login manager. Clicking on it 
will allow you to change the image, either by using a provided icon or by 
setting one of your own. Click <guibutton>Apply</guibutton> to validate your 
change.
-</para>
-</listitem>
-</varlistentry>
-
-<varlistentry><term><guibutton>Change password...</guibutton></term>
-<listitem>
-<para>
-Clicking this button will display a dialog to change your user password. Your 
user password is the one you log in to your system with. You will be asked for 
your current password then twice for your new password.
-</para>
-</listitem>
-</varlistentry>
-</variablelist>
-</sect2>
-
-<sect2 id="user-info">
-<title>User Information</title>
-<variablelist>
-<varlistentry><term><guilabel>Name:</guilabel></term>
-<listitem>
-<para>
-Enter here the full name of the user.
-</para>
-</listitem>
-</varlistentry>
-
-<varlistentry><term><guilabel>Organization</guilabel></term>
-<listitem>
-<para>
-You can add the business or group that the user would like to be associated 
with. 
-</para>
-</listitem>
-</varlistentry>
-<varlistentry><term><guilabel>Email address:</guilabel></term>
-<listitem>
-<para>
-Enter here the email address which will be associated with this user. 
-</para>
-</listitem>
-</varlistentry>
-<varlistentry><term><guilabel>SMTP server:</guilabel></term>
-<listitem>
-<para>
-You can indicate here a local smtp server for sending mail within a network.
-</para>
-</listitem>
-</varlistentry>
-<varlistentry><term><guilabel>User ID</guilabel></term>
-<listitem>
-<para>
-This is for information only, it gives you your User ID. This number is 
defined in <filename>/etc/passwd</filename> and was set when your user account 
was created.
-</para>
-</listitem>
-</varlistentry>
-</variablelist>
-
-</sect2>
-
-<sect2 id="password">
-<title>At Password Prompt</title>
-
-<para>
-This section allows you to choose what you want displayed when you input your 
password when you are asked for it. The default is to have one bullet for each 
letter you type. You can change that to have three bullets for each letter you 
type (making it more difficult to guess the number of letters if someone else 
is looking). You can also choose to have nothing displayed while you type your 
password, making this operation even more secure.
-</para>
-
-</sect2>
-
-</sect1>
-</article>
-
-<!--
-Local Variables:
-mode: xml
-sgml-minimize-attributes:nil
-sgml-general-insert-case:lower
-sgml-indent-step:0
-sgml-indent-data:nil
-End:
-
-vim:tabstop=2:shiftwidth=2:expandtab
-kate: space-indent on; indent-width 2; tab-width 2; indent-mode none;
--->
diff --git a/kdepasswd/docs/password.png b/kdepasswd/docs/password.png
deleted file mode 100644
index 90bc47e..0000000
Binary files a/kdepasswd/docs/password.png and /dev/null differ

Reply via email to