KOffice – TDE office suite
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 
Go to file
Darrell Anderson ef96ac8e59
Add automake support for --enable-gcc-hidden-visibility.
12 лет назад
admin@efdff81cd2 Reset submodule main/applications/koffice/admin to latest HEAD 12 лет назад
autocorrect Additional renaming of kde to tde 13 лет назад
chalk Fix inadvertent tqt changes. 12 лет назад
cmake@f1cea7f894 Reset submodule main/applications/koffice/cmake to latest HEAD 12 лет назад
doc Nominal branding updates to support koffice-i18n. 12 лет назад
example Update XDG information in support of bug report 892. 12 лет назад
filters Fix inadvertent tqt changes. 12 лет назад
interfaces Remove spurious TQ_OBJECT instances 12 лет назад
karbon Update TDE menu to reduce clutter and eliminate conflicts with KDE4. 12 лет назад
kchart Update TQt3 property/enum macros 12 лет назад
kdgantt Update TQt3 property/enum macros 12 лет назад
kexi Update TQt3 property/enum macros 12 лет назад
kformula Fix FTBFS due to missing libraries 12 лет назад
kivio Update TDE menu to reduce clutter and eliminate conflicts with KDE4. 12 лет назад
koshell Update XDG information in support of bug report 892. 12 лет назад
kounavail Fix inadvertent tqt changes. 12 лет назад
kplato Branding KDE->TDE 12 лет назад
kpresenter Remove unnecessary language. 12 лет назад
kspread Fix inadvertent tq changes. 12 лет назад
kugar Add missing icons. 12 лет назад
kword Fix inadvertent tq changes. 12 лет назад
lib Fix inadvertent tq changes. 12 лет назад
mimetypes Update XDG information in support of bug report 892. 12 лет назад
pics Fixed images 14 лет назад
plugins Remove spurious TQ_OBJECT instances 12 лет назад
servicetypes Update XDG information in support of bug report 892. 12 лет назад
templates Added old abandoned KDE3 version of koffice 14 лет назад
tools Fix inadvertent tqt changes. 12 лет назад
.gitmodules Added common directories 13 лет назад
AUTHORS Added old abandoned KDE3 version of koffice 14 лет назад
COPYING Added old abandoned KDE3 version of koffice 14 лет назад
COPYING.LIB Added old abandoned KDE3 version of koffice 14 лет назад
Doxyfile.temp Additional kde to tde renaming 13 лет назад
INSTALL Rename KDEHOME and KDEDIR 13 лет назад
Mainpage.dox Added old abandoned KDE3 version of koffice 14 лет назад
Makefile.am Added old abandoned KDE3 version of koffice 14 лет назад
Makefile.am.in Added old abandoned KDE3 version of koffice 14 лет назад
Makefile.cvs Added old abandoned KDE3 version of koffice 14 лет назад
README Additional renaming of kde to tde 13 лет назад
README.APPS Additional renaming of kde to tde 13 лет назад
README.PACKAGERS Convert remaining references to kde3 (e.g. in paths) to trinity 13 лет назад
acinclude.m4 Update XDG information in support of bug report 892. 12 лет назад
aclocal.m4 Added old abandoned KDE3 version of koffice 14 лет назад
changes-1.4 Additional renaming of kde to tde 13 лет назад
changes-1.5 Additional renaming of kde to tde 13 лет назад
config.h.in Added old abandoned KDE3 version of koffice 14 лет назад
configure.files Finish rebranding of Krita as Chalk 13 лет назад
configure.in Fix build on Ruby 1.9.x without pkgconfig file 12 лет назад
configure.in.in Add automake support for --enable-gcc-hidden-visibility. 12 лет назад
install-sh Added old abandoned KDE3 version of koffice 14 лет назад
koffice.lsm Update lsm files. 12 лет назад
stamp-h.in Added old abandoned KDE3 version of koffice 14 лет назад
subdirs Finish rebranding of Krita as Chalk 13 лет назад
vpat_koffice1.4.1.sxw Added old abandoned KDE3 version of koffice 14 лет назад

README

KOffice is based on KDE ( http://www.kde.org ) which is needed to run KOffice.
You need tdelibs and tdebase installed if you want to compile and run
KOffice. Look in the tdelibs sourcedir for the file COMPILING for help. Also
look at the website as there are many helpfiles available.

KOffice is a collection of office applications linked together by a common
basis. This common basis assures that all office application can work
together. You can, for instance, insert a spreadsheet in your thesis without
leaving your document. Editing the spreadsheet happens _inside_ your thesis.

The applications currently included in KOffice are:
- KWord
  Professional text editing 
- KSpread
  Professional number cruncher/spreadsheet
- KPresenter
  Professional presentation program
- KChart
  Graphing of your abstract data
- Karbon
  Vector graphics tool
- Kugar
  Database report creation
- Kivio
  Flowcharting program
- Kexi
  Integrated data management
- Chalk
  A pixel graphics tool
- KFormula
  A mathematical formula editor
- KOffice Workspace
  A combination of all of the above

Note: these applications are not necessarily part of the previous or next
official stable version of KOffice.

Developers:
===========

KOffice is created by Open Source programmers around the world. All developers
give their time/code to the community for everyone to benefit. The major reason
this is done is because those developers want to have a good office suite, and
they don't mind sharing it with you.

If you feel you found a bug or missing feature you can always contact the
developers of KOffice (via http://www.koffice.org ) or delve into the software
yourself.

The part that is shared between all KOffice applications can be found in the lib
directory. There classes like KoDocument can be found; these classes are
extended in the project directories.

Read the .h files in the respective directories for more info.


Document format:
================

Nearly all KOffice applications use XML formatted files in a ZIP file.

The main document in XML format can be read with a text editor (after having
unzip-ped it from the ZIP file.) XML itself is simply a set of tags,
where the application can define the meaning of these tags. The definition of
the document type is therefore different for each KOffice application (as you
will most likely not find a curved line in a KWord document). The Document Type
Definition can be found in every application's source directory in the
directory '(application)/dtd.'

If you would like more information about the makeup of the actual KOffice 
document structure (not the XML DTD), see the lib/store/SPEC file.

If you want to see more/fix bugs in this file, feel free to ask or add it 
yourself.


Contacts:
=========

User mailing list: mailto:koffice@kde.org
Developer mailing list: mailto:koffice-devel@kde.org

Subscribing and list information: http://www.kde.org/mailinglists
Archives: http://lists.kde.org

If you have questions about this README file or about KOffice in general,
please mail to the KOffice mailing list: mailto:koffice@kde.org



Thomas Zander
Chris Lee