about summary refs log tree commit homepage
path: root/doc/site/src/plugins.page
diff options
context:
space:
mode:
Diffstat (limited to 'doc/site/src/plugins.page')
-rw-r--r--doc/site/src/plugins.page22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/site/src/plugins.page b/doc/site/src/plugins.page
new file mode 100644
index 0000000..5f5b22f
--- /dev/null
+++ b/doc/site/src/plugins.page
@@ -0,0 +1,22 @@
+---
+title: Plugins
+inMenu: true
+directoryName: Plugins
+---
+
+h1. Available Mongrel Plugins
+
+Mongrel is designed to be *very* easy to extend with the
+"GemPlugin":/gem_plugin_rdoc/index.html system.  With
+GemPlugin anyone can extend Mongrel's commands or handlers
+then distribute them as regular RubyGems for people to install.
+
+* mongrel_cluster -- Very sweet plugin that lets you manage a
+  pack of Mongrels easily as well as dealing with Capistrano issues.
+
+
+h2. Licensing
+
+People interested in extending Mongrel and avoiding licensing
+problems (Mongrel is LGPL) can use GemPlugins without any
+problems since the GemPlugin system is Ruby Licensed.