Git commit 27142754c15fa66dcd6feb5327861b18e6586acc by Aur?lien G?teau. Committed on 12/05/2014 at 12:34. Pushed by gateau into branch 'master'.
Remove unbuilt Sonnet doc We can't build the doc unless we depend on KDocTools, but that would turn Sonnet into a tier 3 framework, reducing its usefulness for third-party developers. REVIEW: 118096 M +0 -4 CMakeLists.txt D +0 -1 docs/CMakeLists.txt D +0 -90 docs/index.docbook http://commits.kde.org/sonnet/27142754c15fa66dcd6feb5327861b18e6586acc diff --git a/CMakeLists.txt b/CMakeLists.txt index 69e8fd9..d3ed761 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,10 +29,6 @@ ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX SONNET PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KF5SonnetConfigVersion.cmake" SOVERSION 5) - -# Enable when kdoctools will be usable from the outside (macros are broken ATM) -# apol: they are working now, but KDocTools is in a higher tier, I'm unsure if we should enable it back -#add_subdirectory(docs) if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") ecm_install_po_files_as_qm(po) endif() diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt deleted file mode 100644 index 0921d20..0000000 --- a/docs/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en) diff --git a/docs/index.docbook b/docs/index.docbook deleted file mode 100644 index a7559e7..0000000 --- a/docs/index.docbook +++ /dev/null @@ -1,90 +0,0 @@ -<?xml version="1.0" ?> -<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ - <!ENTITY kappname "&sonnet;"> - <!ENTITY % English "INCLUDE" > <!-- change language only here --> - <!ENTITY % addindex "IGNORE"> -]> - -<article id="sonnet" lang="&language;"> - -<articleinfo> -<!--title>The &sonnet; Handbook</title--> -<title>Check Spelling Dialog</title> - -<authorgroup> -<author>&David.Sweet; &David.Sweet.mail;</author> - -<!-- TRANS:ROLES_OF_TRANSLATORS --> -</authorgroup> - -<date>2014-04-22</date> -<releaseinfo>5.0</releaseinfo> -<abstract> -<para>&sonnet; provides a &GUI; frontend to various free spell checkers, allowing -spell-checking to be easily integrated into Qt-based applications.</para> -<para>If you have &systemsettings; installed, the -<ulink url="help:kcontrol/spellchecking">Spell Checker</ulink> module can be used -to control the behaviour of the &sonnet;, including the default language to use. -</para> - -</abstract> -<keywordset> -<keyword>spell</keyword> -<keyword>spelling</keyword> -<keyword>sonnet</keyword> -<keyword>ispell</keyword> -<keyword>aspell</keyword> -<keyword>check</keyword> -<keyword>checker</keyword> -<keyword>KDE</keyword> -</keywordset> -</articleinfo> - -<para><anchor id="spelldlg"/> -The top line in the dialog displays a possibly misspelled word which was found in your -document. &sonnet; attempts to find an appropriate replacement word. One or -several may be found.</para> -<para>The best guess is shown to the right of <guilabel>Replace with</guilabel>. -To accept this replacement, click on <guibutton>Replace</guibutton>.</para> -<para>You may also select a word -from the list of suggestions and then click <guibutton>Replace</guibutton> -to replace the misspelled word with the selected word. To add more suggestions -from the dictionary to the suggestions list click the <guibutton>Suggest</guibutton> -button.</para> - -<para>To keep your original spelling, click on <guilabel>Ignore</guilabel>.</para> - -<para>To stop the spellchecking -- keeping the changes you've already made -- click -on <guibutton>Finished</guibutton>.</para> - -<para>To stop the spellchecking and cancel the changes you've already made, click on -<guibutton>Cancel</guibutton>.</para> - -<para>Clicking on <guibutton>Replace All</guibutton> will initially perform the same function as -clicking on <guibutton>Replace</guibutton>, but will automatically replace the misspelled word -with the chosen replacement word, if it appears again (at a later point) in your -document.</para> - -<para>The <guibutton>Ignore All</guibutton> button ignores this and all future occurrences of the -misspelled word.</para> - -<para>Clicking on <guibutton>Add to Dictionary</guibutton> will add the misspelled word to your personal dictionary -(this is distinct from the original system dictionary, so the additions you make -will not be seen by other users).</para> - -<para>The drop down box <guilabel>Language</guilabel> at the bottom of this dialog -allows you to switch to another dictionary temporarily.</para> - -<para>The default configuration options are available in the &systemsettings; module -<ulink url="help:kcontrol/spellchecking">Spell Checker</ulink>.</para> - -</article> -<!-- -Local Variables: -mode: sgml -sgml-omittag: nil -sgml-shorttag: t -sgml-general-insert-case: lower -End: ---> -
