summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-26 15:41:24 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-26 15:41:24 +0200
commitf7636f57ae9ee948402f0c64c0bf4856c66401c3 (patch)
tree3cc139f7e744205afbe54986813aedee51698082
parent6dccaaa6043b8927f758dddec76546dbb42b5903 (diff)
small fix
-rw-r--r--docs/plugins.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/plugins.rst b/docs/plugins.rst
index a93ee7c1d..500ae6b66 100644
--- a/docs/plugins.rst
+++ b/docs/plugins.rst
@@ -23,7 +23,7 @@ In addition to the basic structure you also want to make sure that the News app
Serverside plugin
-----------------
-A serverside plugin is a plugin that uses the same infrastructure to add additional features. An example would be a plugin that makes the starred entries of a user available via an interface.
+A serverside plugin is a plugin that uses the same infrastructure as the news app for its own purposes. An example would be a plugin that makes the starred entries of a user available via an interface or a bookmark app that that also shows starred articles as bookmarks.
Its very easy to interface with the News app. Because all Classes are registered in the :file:`news/dependencyinjection/dicontainer.php` it takes almost no effort to use the same infrastructure.