Skip to content

Commit

Permalink
remove the page on extensions
Browse files Browse the repository at this point in the history
The docs are primarily for app developers, but extensions are
primarily being used for runtimes, and that's what all the
examples were for.

This commit adds a quick description of extensions to the intro,
in order to explain .locale and .debug extensions (which devs will
encounter). The page itself has been moved to the wiki at:

https://github.com/flatpak/flatpak/wiki/Extensions
  • Loading branch information
allanday committed Jan 16, 2017
1 parent 791cfab commit 2031b82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 25 deletions.
24 changes: 0 additions & 24 deletions docs/extensions.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Contents

introduction
elements-of-a-flatpak-app
extensions
getting-setup
building-simple-apps
flatpak-builder
Expand Down
5 changes: 5 additions & 0 deletions docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ SDKs (Software Developer Kits)

An SDK is a runtime that includes the 'devel' parts which are not needed at runtime, such as build and packaging tools, header files, compilers and debuggers. Each application is built against an SDK, which is typically paired with a runtime (this is the runtime that will be used by the application at runtime).

Extensions
^^^^^^^^^^

An extension is an optional add-on for a runtime or application. They are most commonly used to split out translations and debug info from runtimes. For example, ``org.freedesktop.Platform.Locale`` can be added to the ``org.freedesktop.Platform`` runtime in order to enable translations.

Sandboxes
^^^^^^^^^

Expand Down

0 comments on commit 2031b82

Please sign in to comment.