summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-30 15:08:31 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-30 15:08:31 +0200
commit7f0ec54bbc287338f666df61f18fc39058332531 (patch)
tree5ecebb1fda0b11cd258837f47f0c26188f179af2 /docs
parentc65edd1f8b360afcbdbe6b57be6b467de0312e2f (diff)
Move plugin spec into repo
Diffstat (limited to 'docs')
-rw-r--r--docs/developer/plugins/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/developer/plugins/README.md b/docs/developer/plugins/README.md
index 8ee16bc8b..22d29efa7 100644
--- a/docs/developer/plugins/README.md
+++ b/docs/developer/plugins/README.md
@@ -194,7 +194,9 @@ class Application extends App {
Using automatic container assembly you can then use it from your code by simply adding the type to your constructors.
-An example for a serverside plugin that turns your feeds into a separate RSS feed can be found [on GitHub](https://github.com/Raydiation/feedcentral)
### Examples
-- [Mail Share](https://github.com/cosenal/mailsharenewsplugin) -- Client-side plugin to share articles by email. \ No newline at end of file
+Client-side plugins:
+* [Mail Share](https://github.com/cosenal/mailsharenewsplugin): Client-side plugin to share articles by email
+Server-side plugins:
+* [Feed Central](https://github.com/Raydiation/feedcentral): Publish your feeds as RSS \ No newline at end of file