[master] 0acece7 Ruben added reference to VMOD directory.

Per Buer perbu at varnish-cache.org
Thu Jun 6 15:12:08 CEST 2013


commit 0acece742dfd2fcd86f1f9f162618e4b2977ebe6
Author: Per Buer <perbu at varnish-software.com>
Date:   Thu Jun 6 15:11:56 2013 +0200

    Ruben added reference to VMOD directory.

diff --git a/doc/sphinx/reference/vmod.rst b/doc/sphinx/reference/vmod.rst
index 88ff800..6d5d0ca 100644
--- a/doc/sphinx/reference/vmod.rst
+++ b/doc/sphinx/reference/vmod.rst
@@ -25,9 +25,17 @@ function shown above.  The full contents of the "std" module is
 documented in vmod_std(7).
 
 This part of the manual is about how you go about writing your own
-VMOD, how the language interface between C and VCC works etc.  This
-explanation will use the "std" VMOD as example, having a varnish
-source tree handy may be a good idea.
+VMOD, how the language interface between C and VCC works, where you 
+can find contributed VMODs etc. This explanation will use the "std"
+VMOD as example, having a varnish source tree handy may be a good
+idea.
+
+VMOD Directory
+==============
+
+The VMOD directory is an up-to-date compilation of maintained
+extensions written for Varnish Cache:
+ https://www.varnish-cache.org/vmods
 
 The vmod.vcc file
 =================



More information about the varnish-commit mailing list