Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 593 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 593 Bytes

Introduction

The Pipeline class and mentionFilter class are proof of concept code based on GitHub's idea of the HTML Pipeline.

Since I liked the idea but GitHub's version is (of course) Ruby based, I decided to "port" the basic concept to a PHP class. This class is not as extensive as the original, but retains the concept of a Pipeline containing one or more Filters through which you push text. Since the concept of Filters already existed in Wolf CMS, I believe this would be a simple enough change to make.

Consider this a soon-to-be-feature in Wolf CMS.

Cheers, Martijn