2017 © Pedro Peláez
 

library oweb-mp-manialink

Adds ManiaPlanet Manialink support to the OWeb Framework

image

oliverde8/oweb-mp-manialink

Adds ManiaPlanet Manialink support to the OWeb Framework

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

OWeb ManiaPlanet Manialinks

The module is in developpement stage and will only work with OWeb 0.4.0 which is also in developement, (*1)

How to use

By default OWeb is created to generate web pages, with css, js headers. But it modular structure of it allows to define a new displayHandler that will make the creation of Manialink pages with Maniascript in it much simpler., (*2)

To use this we will just replace the Template handler, So first install module and oweb framework using composer., (*3)

    "require": {
        "php": ">=5.3",
        "oliverde8/oweb-framework": "dev-dev",
        "oliverde8/oweb-mp-manialink": "dev-master"
    },

See the oweb project to see the first steps on how to set up oweb : https://github.com/oliverde8/OWeb-Framework, (*4)

Now to use manialink, edit you config/config.xml file and new Template extension in the '' section ''' ''' Using the OWeb extension engine this will replace the default Template engine, with the one built for Manialinks., (*5)

TODO

  • Create error pages for manialink (at the moment fallbacks on html error pages)
  • get eXpansion script support and add it to here.

The Versions

02/11 2014