From 7f0ec54bbc287338f666df61f18fc39058332531 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 30 Apr 2016 15:08:31 +0200 Subject: Move plugin spec into repo --- docs/developer/plugins/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3