GMLP is an API for processing markup from one language to another. It is designed to not know nor care about what a markup language is. It reads a number of newline terminated strings and outputs them through a set of regular expressions that define the from and to markup language. There is currently one dataset, but it is easy to write your own conversion tables.
| Tags | markup langauge HTML PHP regular expressions |
|---|---|
| Licenses | PHP |
| Operating Systems | OS Independent |
| Implementation | PHP |
Recent releases


Release Notes: GMLP has been re-written and now is much smaller, faster, clearer, and easier to understand. The global data has been eliminated.


Release Notes: This release has better documentation and a few code tweaks for efficiency. The version number has been (properly) reset.


Release Notes: This release has a much more efficient core, with a significant reduction in complexity and an increase in speed. There is also a new data format.
Recent comments
03 Jun 2013 15:13
New and Improved. Re-implemented. The core concept remains sound: arrays of regular expressions that "designs" a markup language to convert text to HTML.
Seems to actually work well!
29 May 2013 16:26
The current version of GMLP is "proof of concept". A new version that is much improved and easier to understand will be released by June 1, 2013.