[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/graphics/UNNAMED_READER
From:       Stefan Kebekus <kebekus () kde ! org>
Date:       2006-12-06 10:08:48
Message-ID: 1165399728.395166.19606.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 610975 by kebekus:

added a little documentation, and two classes that I feel can be useful


 M  +1 -0      corelibrary/CMakeLists.txt  
 A             corelibrary/length.cpp   \
trunk/KDE/kdegraphics/ligature/shell/length.cpp#610449 [License: GPL (v2+) (wrong \
address)]  A             corelibrary/length.h   \
trunk/KDE/kdegraphics/ligature/shell/length.h#610449 [License: GPL (v2+) (wrong \
address)]  A             corelibrary/pageNumber.h   \
trunk/KDE/kdegraphics/ligature/shell/pageNumber.h#610449 [License: GPL (v2+) (wrong \
address)]  M  +6 -8      doc/CMakeLists.txt  
 M  +41 -124   doc/index.docbook  


--- trunk/playground/graphics/UNNAMED_READER/corelibrary/CMakeLists.txt \
#610974:610975 @@ -2,6 +2,7 @@
 ########### UNNAMED_READERcore ############
 
 set(UNNAMED_READERcore_LIB_SRCS  
+   length.cpp
    readerWidget.cpp )
 
 
--- trunk/playground/graphics/UNNAMED_READER/doc/CMakeLists.txt #610974:610975
@@ -1,14 +1,12 @@
 
-
 # simple first try: add a target "doc" which calls meinproc, and have it depend on \
meinproc  
-add_custom_target(doc 
-   ${KDE4_MEINPROC_EXECUTABLE} --cache ${CMAKE_CURRENT_BINARY_DIR}/index.cache.bz2 \
                ${CMAKE_CURRENT_SOURCE_DIR}/index.docbook 
-   )
+ADD_CUSTOM_TARGET(userdoc ALL
+			  COMMAND echo "The 'CMakeLists.txt' in the doc directory is currently an awful \
hack. Replace as soon as possible." +			  COMMAND ${KDE4_MEINPROC_EXECUTABLE} --cache \
${CMAKE_CURRENT_BINARY_DIR}/index.cache.bz2 ${CMAKE_CURRENT_SOURCE_DIR}/index.docbook \
)  
+install( FILES ${CMAKE_CURRENT_BINARY_DIR}/index.cache.bz2 DESTINATION  \
${HTML_INSTALL_DIR}/en/UNNAMED_READER ) +install( FILES \
${CMAKE_CURRENT_SOURCE_DIR}/index.docbook DESTINATION  \
${HTML_INSTALL_DIR}/en/UNNAMED_READER ) +
 ########### install files ###############
 
-
-
-
-
--- trunk/playground/graphics/UNNAMED_READER/doc/index.docbook #610974:610975
@@ -1,6 +1,6 @@
 <?xml version="1.0" ?>
 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" \
                "dtd/kdex.dtd" [
-  <!ENTITY kappname "&kspell;">
+  <!ENTITY kappname "&UNNAMED_READER;">
   <!ENTITY % English "INCLUDE" > <!-- change language only here -->
   <!ENTITY % addindex "IGNORE">
 ]>
@@ -8,155 +8,72 @@
 <book lang="&language;">
 
 <bookinfo>
-<title>The &kspell; Handbook</title>
+<title>The UNNAMED_READER Handbook</title>
+
 <authorgroup>
-<author>&David.Sweet; &David.Sweet.mail;</author>
+   <author>
+        <firstname>Stefan</firstname>
+        <surname>Kebekus</surname>
+        <affiliation>
+          <address>
+           <email>kebekus@kde.org</email>
+          </address>
+        </affiliation>
+      </author>
+ <!-- TRANS:ROLES_OF_TRANSLATORS -->
+</authorgroup>
 
-<!-- TRANS:ROLES_OF_TRANSLATORS -->
+<copyright>
+   <year>2006</year>
+      <holder>The UNNAMED_READER Handbook authors</holder>
+</copyright>
 
-</authorgroup>
+<legalnotice>&FDLNotice;</legalnotice>
 
-<date>2003-02-24</date>
+
+
+
+<date>2006-12-06</date>
 <releaseinfo>1.00.00</releaseinfo>
-<abstract>
-<para>&kspell; is the spelling checker used by &kde; applications such
-as &kate;, &kmail;, and &kword;. It is a &GUI;
-frontend to <application>International ISpell</application> and
-<application>ASpell</application>.</para>
 
+<abstract><para>UNNAMED_READER is the document viewing application of
+&kde;. It integrates well into the desktop environment and other
+applications, such as <application>Kile</application>.</para>
+
 </abstract>
 <keywordset>
-<keyword>spell</keyword>
-<keyword>spelling</keyword>
-<keyword>kspell</keyword>
-<keyword>ispell</keyword>
-<keyword>aspell</keyword>
-<keyword>check</keyword>
-<keyword>checker</keyword>
-<keyword>KDE</keyword>
+<keyword>document reader</keyword>
+<keyword>document viewer</keyword>
+<keyword>previewing</keyword>
+<keyword>previewing</keyword>
+<keyword>UNNAMED_READER</keyword>
+<keyword>PDF</keyword>
+<keyword>PS</keyword>
+<keyword>PostScript</keyword>
+<keyword>DVI</keyword>
+<keyword>TIFF</keyword>
 </keywordset>
 </bookinfo>
 
-<chapter id="misspelled-word-dialog">
-<title>Misspelled Word Dialog</title>
+<chapter id="Starting">
+<title>Starting UNNAMED_READER</title>
 
-<!-- This one might need a paragraph of its own) --> 
-<para>(If you do not have <application>Ispell</application> installed
-you can obtain it from the <ulink
-url="http://fmg-www.cs.ucla.edu/geoff/ispell.html">International
-ISpell home page</ulink>.  ASpell is available from the <ulink
-url="http://aspell.sourceforge.net/">ASpell home page</ulink>.)
-</para>
+<para>To be written </para>
 
 <sect1 id="general-use">
 <title>General Use</title>
 
-<para><anchor id="spelldlg"/>
-The top line in the dialog displays a possibly misspelled word which was found in \
                your
-document. &kspell; attempts to find an appropriate replacement word. One or
-several may be found. The best guess is shown to the right of \
                <guilabel>Replacement:</guilabel>.
-To accept this replacement, click on <guibutton>Replace</guibutton>. You may also \
                select a word
-from the list of <guilabel>Suggestions</guilabel> and then click \
                <guibutton>Replace</guibutton> to replace the
-misspelled word with the selected word.</para>
+<para><anchor id="spelldlg"/> To be written.</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>Stop</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</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>
 </sect1>
 </chapter>
 
-<chapter id="configuration-dialog">
-<title>Configuration Dialog </title>
-<anchor id="configuration"/>
-
-<sect1 id="dictionaries">
-<title>Dictionaries</title>
-
-<para>You can choose the dictionary to use for spellchecking from the list of
-installed dictionaries.</para>
-</sect1>
-
-<sect1 id="encodings">
-<title>Encodings</title>
-
-<para>The most commonly used character encodings are:
-<variablelist>
-<varlistentry>
-<term>US-ASCII</term>
-<listitem>
-<para>This is the character set used for English text.</para>
-</listitem>
-</varlistentry>
-<varlistentry>
-<term>ISO-8859-1</term>
-<listitem>
-<para>This is used for Western European languages.</para>
-</listitem>
-</varlistentry>
-<varlistentry>
-<term>UTF-8</term>
-<listitem>
-<para>This is a Unicode encoding that can be used for almost any language, if 
-your system has the necessary fonts.</para>
-</listitem>
-</varlistentry>
-</variablelist>
-</para>
-
-<para>You should select the one that matches the character set you are using.
-In some cases, dictionaries will support more than one encoding.  A
-dictionary might, for example, accept accented characters when \
                <guilabel>ISO-8859-1</guilabel> is
-selected, but accept email-style character combinations (like <literal>'a</literal> \
                for an
-accented <literal>a</literal>) when <guilabel>US-ASCII</guilabel> is selected. \
                Please see
-your dictionary's distribution for more information.</para>
-</sect1>
-
-<sect1 id="spell-checking-client">
-<title>Spell-checking client</title>
-
-<para>You may choose to use <application>Ispell</application> or \
                <application>Aspell</application> as the spell-checking
-backend for &kspell;. <application>Ispell</application> is more widely available and \
                may
-have better international support, but <application>Aspell</application> is gaining
-popularity as it claims to give better suggestions for word replacements.</para>
-</sect1>
-
-<sect1 id="other">
-<title>Other</title>
-
-<para>It is recommend that you do not change the first two options unless you have
-read the International <application>ISpell</application> man page.</para>
-</sect1>
-</chapter>
-
-<chapter id="contact-information">
-<title>Contact Information</title>
-
-<para>For more information about &kspell;, visit the <ulink \
                url="http://www.chaos.umd.edu/~dsweet/KDE/KSpell">&kspell; 
-Home Page</ulink>. In particular, you will find information about programming the \
                &kspell; C++ class.</para>
-
-<para>You may email the author/maintainer with questions and/or comments at
-&David.Sweet.mail;.</para>
-
-<!-- TRANS:CREDIT_FOR_TRANSLATORS -->
-
-</chapter>
-&documentation.index; 
 </book>
 <!--
 Local Variables:


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic