]> Git trees. - libqmvoc.git/commitdiff
keep it update & small bits
authorPino Toscano <pino@kde.org>
Sun, 27 Nov 2005 23:19:02 +0000 (23:19 +0000)
committerPino Toscano <pino@kde.org>
Sun, 27 Nov 2005 23:19:02 +0000 (23:19 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=483740

README

diff --git a/README b/README
index 369f503f8975983d53eebc7c83693dbcb9d8510f..7dc5adb6e728267e987e739f550993374f33f7b9 100644 (file)
--- a/README
+++ b/README
@@ -1,27 +1,26 @@
 Contents of libkdeedu as of Oct 2005, and brief description of each module:
 
 extdate:
-Contains a reimplementation of QDate named ExtDate which eliminates the 
-limitation on the year (1752-8000) imposed by QDate.  Also contains 
-related reimplemented classes such as ExtDateTime, ExtDatePicker, 
-ExtDateTimeEdit, and ExtCalendarSystem.  
-Currently used by:  kstars.
+Contains a reimplementation of QDate named ExtDate which eliminates the
+limitation on the year (1752-8000) imposed by QDate.  Also contains
+related reimplemented classes such as ExtDateTime, ExtDatePicker,
+ExtDateTimeEdit, and ExtCalendarSystem.
+Currently used by:  kstars
 
 kdeeducore:
 Contains the old classes KEduVocData and KEduVocDataItem, for storing and
 parsing vocabulary data in a QDom object, and KEduVocDocument and its related
 class for reading from/writing to the KVTML format (and others too)
-Currently used by:  khangman, klatin, kwordquiz
+Currently used by:  kanagram, khangman, klatin, kwordquiz
 
 kdeeduplot:
-Constains classes KPlotObject and KPlotWidget for easy plotting of 
+Constains classes KPlotObject and KPlotWidget for easy plotting of
 data points, including automatic generation of labeled axes (the KPlotAxis
 class) with "smart" tickmarks.
 Currently used by:  kalzium, kstars, ktouch
 
 kdeeduui:
 Contains:
-- KEduSimpleEntryDlg, a simple dialog for entering vocabulary data
 - Glossary, GlossaryItem and GLossaryDialog, which can be useful to embed a
   small glossary in an application
 Currently used by:  kalzium, kstars
@@ -29,7 +28,7 @@ Currently used by:  kalzium, kstars
 libscience:
 Contains some classes related to scientific data, like chemical Element's,
 spectra, temperature units and Isotope's.
-Currently used by:  kalzium.
+Currently used by:  kalzium
 
 ideas: stub directory, contains generic README and TODO files.