THIS IS HISTORY! Check fabien.benetou.fr for news.

Seedea, scalable creativity

Xye, consultancy for serious creators

Information

RSS

(Updates)

MetaModuleTest

Principle

This is supposed to be the first module for Seedea written within Seedea.

Test

  1. start the environment with (:seedeamodulesbuilding:) : "(:seedeamodulesbuilding:) )"
    1. Now the modules have been rebuild and loaded
  2. test the module (:metatestmeta:) : "(:metatestmeta:)"

Code of the test module

beginning_of_code

<?php

Markup('metatestmeta', 'directives',
  '/\\(:metatestmeta:\\)/e',
  Keep("seulement si c'est la meme page en fait je pense..."));

Markup('metatestmeta2', 'directives',
  '/\\(:metatestmeta2:\\)/e',
  Keep("t'es sur?"));

?>

end_of_code

Known problems

To integrate

Page last modified on January 24, 2009, at 05:26 PM