--- embedaddon/lighttpd/doc/outdated/cml.txt 2013/10/14 10:32:48 1.1.1.1
+++ embedaddon/lighttpd/doc/outdated/cml.txt 2016/11/02 10:35:00 1.1.1.2
@@ -7,8 +7,8 @@ Module: mod_cml
---------------
:Author: Jan Kneschke
-:Date: $Date: 2013/10/14 10:32:48 $
-:Revision: $Revision: 1.1.1.1 $
+:Date: $Date: 2016/11/02 10:35:00 $
+:Revision: $Revision: 1.1.1.2 $
:abstract:
CML is a Meta language to describe the dependencies of a page at one side and building a page from its fragments on the other side using LUA.
@@ -206,9 +206,9 @@ of sending the big image: ::
Installation
============
-You need `lua `_ and should install `libmemcache-1.3.x `_ and have to configure lighttpd with: ::
+You need `lua `_ and should install `memcached `_ and have to configure lighttpd with: ::
- ./configure ... --with-lua --with-memcache
+ ./configure ... --with-lua --with-memcached
To use the plugin you have to load it: ::