Git commit 08f2501556b798d3b1ecae419d2210e497b0e9ff by Gilles Caulier. Committed on 25/08/2016 at 11:10. Pushed by cgilles into branch 'master'.
obsolete D +0 -32 CMakeLists.txt D +0 -95 index.docbook http://commits.kde.org/kipi-plugins-doc/08f2501556b798d3b1ecae419d2210e497b0e9ff diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index 77117b0..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,32 +0,0 @@ -# -# Copyright (c) 2010-2016, Gilles Caulier, <caulier dot gilles at gmail dot com> -# -# Redistribution and use is allowed according to the terms of the BSD license. -# For details see the accompanying COPYING-CMAKE-SCRIPTS file. - -project(kipiplugins-doc) - -set(CMAKE_MIN_VERSION "3.0.0") -set(ECM_MIN_VERSION "1.5.0") -set(KF5_MIN_VERSION "5.1.0") - -cmake_minimum_required(VERSION ${CMAKE_MIN_VERSION}) - -############## ECM setup ###################### - -find_package(ECM ${ECM_MIN_VERSION} CONFIG REQUIRED) -set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) - -include(KDEInstallDirs) -include(KDEFrameworkCompilerSettings) -include(KDECMakeSettings) -include(FeatureSummary) - -############## Find Packages ################### - -find_package(KF5 ${KF5_MIN_VERSION} - REQUIRED COMPONENTS - DocTools -) - -KDOCTOOLS_CREATE_HANDBOOK(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kipi-plugins) diff --git a/index.docbook b/index.docbook deleted file mode 100644 index 1df9599..0000000 --- a/index.docbook +++ /dev/null @@ -1,95 +0,0 @@ -<?xml version="1.0" ?> -<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ - <!ENTITY kappname "&kipi;"> - <!ENTITY package "extragear-graphics"> - <!ENTITY % addindex "IGNORE"> - <!ENTITY % English "INCLUDE" > <!-- change language only here --> -]> - <!-- FIXME link to http://www.digikam.org --> -<book lang="&language;" id="kipi-handbook"> -<title>The Kipi Plugins Handbook</title> -<bookinfo> -<title>The Kipi Plugins Handbook</title> - -<date>2016-08-21</date> -<releaseinfo>5.0</releaseinfo> - -<copyright> -<year>2001-2016</year> -<holder>The digiKam developers team</holder> -</copyright> - -<legalnotice id="legalnotice">&FDLNotice;</legalnotice> - -<abstract> -<para> -This is the handbook for the plugins of Kipi project. -</para> -</abstract> - -<keywordset> -<keyword>Kipi</keyword> -<keyword>Plugins</keyword> -</keywordset> - -</bookinfo> - -<chapter id="introduction"> -<title>Introduction to Kipi Plugins</title> - -<para> -One of the nicest things about &digikam; photo management programs, -is how easily their functionality can be -extended, by using plugins. The KIPI project can -manipulate image files in almost any way that users can. Their advantage is that -it is much easier to add capabiltiies to the host application by writing a small -plugin rather than by modifying the host application's core. Many valuable plugins -have C++ source code that only amounts to 100-200 lines or so. -</para> - -<para> -Kipi plugins are additional functions for &digikam; Host Programs. -They can add extra menus and shortcuts, and extend the host program's features. -You can install as many or as few as you like, from within host programs. -</para> - -<para> -More information on using and enabling the plugins you want is available in the -host program's handbook. -</para> - -<para> -The plugins available in this handbook are: -</para> - -<para id="missing-plugin-docs"> -A lot of Kipi plugins currently have no -documentation. If you are interested in rectifying that situation, -please contact the Kipi team mailing list at <email>[email protected]</email>. -</para> - -</chapter> - -<chapter id="credits"> -<title>Credits and License</title> - -<para> -Copyrights for each plugin are listed in the applicable chapter. -</para> - -<!-- TRANS:CREDIT_FOR_TRANSLATORS --> - -&underFDL; -&underGPL; - -</chapter> - -<!-- -<appendix id="installation"> -<title>Installation</title> -<para>To be written -</para> -</appendix> ---> - -</book>
