KOffice – TDE office suite
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Go to file
TDE Gitea 0083b863fe
Reset submodule main/applications/office/koffice/admin to latest HEAD
2 lat temu
admin@92a6d62b8f Reset submodule main/applications/office/koffice/admin to latest HEAD 2 lat temu
autocorrect Added old abandoned KDE3 version of koffice 14 lat temu
chalk Cleanup output clutter. 11 lat temu
doc Fix references to user profile directory. 11 lat temu
example rename the following methods: 13 lat temu
filters Fix FTBFS on armel 11 lat temu
interfaces rename the following methods: 13 lat temu
karbon Fix FTBFS due to missing libraries 12 lat temu
kchart Fix inadvertent tq changes. 12 lat temu
kdgantt Rename obsolete tq methods to standard names 12 lat temu
kexi Fix references to user profile directory. 11 lat temu
kformula Fix FTBFS due to missing libraries 12 lat temu
kivio Fix accidental conversions of binary files 12 lat temu
koshell Remove additional unneeded tq method conversions 12 lat temu
kounavail Fix inadvertent tqt changes. 12 lat temu
kplato Fix FTBFS due to missing libraries 12 lat temu
kpresenter Fix references to user profile directory. 11 lat temu
kspread Fix inadvertent tq changes. 12 lat temu
kugar Add missing icons. 12 lat temu
kword Fix inadvertent tq changes. 12 lat temu
lib Cleanup output clutter. 11 lat temu
mimetypes Second part of previous commit 13 lat temu
pics Fixed images 14 lat temu
plugins rename the following methods: 13 lat temu
servicetypes Added old abandoned KDE3 version of koffice 14 lat temu
templates Added old abandoned KDE3 version of koffice 14 lat temu
tools Fix inadvertent tqt changes. 12 lat temu
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 3 lat temu
AUTHORS Added old abandoned KDE3 version of koffice 14 lat temu
COPYING Added old abandoned KDE3 version of koffice 14 lat temu
COPYING.LIB Added old abandoned KDE3 version of koffice 14 lat temu
Doxyfile.temp Convert remaining references to kde3 (e.g. in paths) to trinity 13 lat temu
INSTALL Added old abandoned KDE3 version of koffice 14 lat temu
Mainpage.dox Added old abandoned KDE3 version of koffice 14 lat temu
Makefile.am Added old abandoned KDE3 version of koffice 14 lat temu
Makefile.am.in Added old abandoned KDE3 version of koffice 14 lat temu
Makefile.cvs Added old abandoned KDE3 version of koffice 14 lat temu
README Finish rebranding of Krita as Chalk 13 lat temu
README.APPS Finish rebranding of Krita as Chalk 13 lat temu
README.PACKAGERS Convert remaining references to kde3 (e.g. in paths) to trinity 13 lat temu
changes-1.4 Finish rebranding of Krita as Chalk 13 lat temu
changes-1.5 Finish rebranding of Krita as Chalk 13 lat temu
config.h.in Fix FTBFS with libwpd 0.9 and above 11 lat temu
configure.files Fix FTBFS with libwpd 0.9 and above 11 lat temu
configure.in.in Convert remaining references to kde3 (e.g. in paths) to trinity 13 lat temu
install-sh Added old abandoned KDE3 version of koffice 14 lat temu
koffice.lsm Added old abandoned KDE3 version of koffice 14 lat temu
stamp-h.in Added old abandoned KDE3 version of koffice 14 lat temu
subdirs Fix FTBFS with libwpd 0.9 and above 11 lat temu
vpat_koffice1.4.1.sxw Added old abandoned KDE3 version of koffice 14 lat temu

README

KOffice is based on KDE ( http://www.kde.org ) which is needed to run KOffice.
You need kdelibs and kdebase installed if you want to compile and run
KOffice. Look in the kdelibs 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