From 4f29eaa71cc440d0df236e70edaa652e407d9d20 Mon Sep 17 00:00:00 2001 From: Spencer Nelson Date: Tue, 22 Dec 2015 10:25:54 -0500 Subject: [PATCH 1/2] docs/plugins/dev: fix lektor plugins command usage --- content/docs/plugins/dev/contents.lr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/plugins/dev/contents.lr b/content/docs/plugins/dev/contents.lr index 58ca1c82..7f443a7e 100644 --- a/content/docs/plugins/dev/contents.lr +++ b/content/docs/plugins/dev/contents.lr @@ -108,10 +108,10 @@ class HelloWorldPlugin(Plugin): If you now start your lektor server with `lektor server` you should see some output that indicates that the plugin was loaded. You can also -get a list with `lektor plugins`: +get a list with `lektor plugins list`: ``` -$ lektor plugins +$ lektor plugins list hello-world: Hello World This is a demo plugin for testing purposes. path: /Users/john/demo/packages/hello-world From 026613b2d89f8e9a2142ab452a66b59933e73fe8 Mon Sep 17 00:00:00 2001 From: Spencer Nelson Date: Tue, 22 Dec 2015 17:02:26 -0500 Subject: [PATCH 2/2] Add references to S3 deployment plugin --- content/docs/deployment/contents.lr | 4 ++++ content/docs/plugins/list/contents.lr | 12 +++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/content/docs/deployment/contents.lr b/content/docs/deployment/contents.lr index d42f5e70..ac657ed5 100644 --- a/content/docs/deployment/contents.lr +++ b/content/docs/deployment/contents.lr @@ -101,6 +101,10 @@ The following targets are supported for the `target` folder: * [FTP](ftp/) * [GitHub Pages](ghpages/) +In addition, third-party plugins are available for these targets: + +* [S3 :ext](https://github.com/spenczar/lektor-s3) + ## Manual Deployments If you want to manually deploy something through the favorite tool of yours diff --git a/content/docs/plugins/list/contents.lr b/content/docs/plugins/list/contents.lr index 8dcbb78d..a5441c97 100644 --- a/content/docs/plugins/list/contents.lr +++ b/content/docs/plugins/list/contents.lr @@ -18,9 +18,11 @@ project: * [webpack-support :ext](https://github.com/lektor/lektor-webpack-support): adds support for building websites with webpack. -## Inofficial +## Unofficial -There are currently no inofficial plugins listed here, but if you have some -you can [edit this page on github -:ext](https://github.com/lektor/lektor-website/edit/master/content/docs/plugins/list/contents.lr) -and send a pull request. +These are unofficial plugins. This list is moderated and updated +regularly, but they still aren't developed by the authors of Lektor, +so they might not keep pace with development on Lektor. + +* [s3 :ext](https://github.com/spenczar/lektor-s3): + allows deployment of websites to S3 buckets