CMS MADE SIMPLE FORGE

Name Type Description
XML Made Simple Module This module allows you to grab an XML or RSS feed and to integrate it in your website very easily.
RSS2HTML Module RSS2HTML allows one to consume and display feeds on their site. Compatible with RSS 0.9 - RSS 2.0 and Atom. Features Caching, display limits, encoding and customizable templates. Parsing based on the MagpieRSS library (http://magpierss.sourceforge.net/). Works with 1.10.x!
Markdown Parser Module In a first time this project will allow you to transform Markdown text into HTML. This module will be also used in the WIKI and in the FORGE (v2). You have the choice between 3 different engine to process the Markdown, you can call the function inside a template : {$var|markdown} or inside your module : Parser::process($text). Be aware that the language Markdown is not securized against XSS vulnerability, so you shouldn't process data sended by untrusted people. But "in case of", i've implemented some protections inside the module to allow you doing that... yes i know :) All the informations can be found on Github : https://github.com/besstiolle/markdown