e files contain the 'VMoo-pages'-support for use 
with the JHcore MCP-implementation as it can be found at
http://www.awns.com/mcp/ .

Provided are the following files:
  README (This file)
  pages.moo (pages-support)
  lambdacore.moo (basic adaptions to Lambdacore)

The first thing to do is to dump the information provided
in newpages.moo . Throughout the process you will find a
couple of tokens which should be replaced:
  __PACKAGE__  -> The generic MCP-package
  __PAGES__   -> The object for pages-support


I have chosen to corify the object as $pages (@corify __PAGES__
as pages), so from now on I will refer to this object as $pages.
(for example in lambdacore.moo)

The last file contains an example of what changes should at
least be made to the core using a Lambdacore with the JHCore
MCP-support.

------
Remark
------

-Some message-parsing should be added to __PAGES__:handle_send .
 I have included it as it can be found in $player:page .


At your service,
Robbert de Haan (robbert@vmoo.com)

