
The app_templates directory contains a number of
application templates. An “application template” is just a collection of files
in a directory structure that should be copied and used as starting point
when developing a new application. An application template typically contains
default documentation files, icons, source file and setup.py
file which can later be modified.
Every application template has a number of files in common. They are described below.
AUTHORSLists the authors of this software.
ChangeLogAn itemised log or list of changes to the software.
COPYINGA copy of the GNU GPL, explaining the terms under which this software may be distributed. This file does not need to be changed.
INSTALLInstructions for installing the software.
MANIFEST.inNEWSNews about what is new in the current version of this software.
READMEImportant instructions and information that the user should read first.
setup.py.
TODOList of features and work that may be available in a future version of the software.
po/This directory is initially empty. It is used for
.pot and .po
translation files.
doc/This directory is initially empty. It is used for holding the directores for the different langauge version of the manual.
doc/enThis directory for the english version of the manual.
doc/en/index.docbookThe english manual in docbook format. The default is a template which can then be filled in.
srcThis directory containing the source code for the software. The default contents of this directory depends on the particular application template.
Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team