2017 © Pedro Peláez
 

library loft_parser

A collection of classes to process/parse text e.g. convert HTML to MediaWiki markup.

image

aklump/loft_parser

A collection of classes to process/parse text e.g. convert HTML to MediaWiki markup.

  • Thursday, October 23, 2014
  • by aklump
  • Repository
  • 1 Watchers
  • 1 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Summary

At the lowest level this project is a collection of classes that processes/parses text. Combined together they form the basis for the MediaWikiParser, which converts HTML text into MediaWiki markup. They lay the foundation for lots more parsing as time and necessity permits., (*1)

Installation

  1. Add the following to composer.json:, (*2)

    {
      "require": {
        "aklump/loft_parser": "0.1.*"
      }
    }
  2. Run composer install., (*3)

Usage

Do something like this:, (*4)

require_once 'vendor/autoload.php';
$p = new aklump\loft_parser\MediaWikiParser($html_string);
$mediawiki_markup = $p->parse();

Automated Tests

  1. The provided tests are for PHPUnit

Contact

  • In the Loft Studios
  • Aaron Klump - Developer
  • PO Box 29294 Bellingham, WA 98228-1294
  • aim: theloft101
  • skype: intheloftstudios
  • d.o: aklump
  • http://www.InTheLoftStudios.com

The Versions

23/10 2014

dev-master

9999999-dev http://github.com/aklump/loft_parser

A collection of classes to process/parse text e.g. convert HTML to MediaWiki markup.

  Sources   Download

BSD-3-Clause

mediawiki html parser markup converter

23/10 2014

0.1.3

0.1.3.0 http://github.com/aklump/loft_parser

A collection of classes to process/parse text e.g. convert HTML to MediaWiki markup.

  Sources   Download

BSD-3-Clause

mediawiki html parser markup converter

23/10 2014

dev-develop

dev-develop http://github.com/aklump/loft_parser

A collection of classes to process/parse text e.g. convert HTML to MediaWiki markup.

  Sources   Download

BSD-3-Clause

mediawiki html parser markup converter

26/10 2013

0.1.2

0.1.2.0 http://github.com/aklump/loft_parser

A collection of classes to process/parse text e.g. convert HTML to MediaWiki markup.

  Sources   Download

BSD-3-Clause

The Development Requires

mediawiki html parser markup converter

25/10 2013

0.1.1

0.1.1.0 http://github.com/aklump/loft_parser

A collection of classes to process/parse text e.g. convert HTML to MediaWiki markup.

  Sources   Download

BSD-3-Clause

The Development Requires

mediawiki html parser markup converter

22/10 2013

0.1

0.1.0.0 http://github.com/aklump/loft_parser

A collection of classes to process/parse text e.g. convert HTML to MediaWiki markup.

  Sources   Download

BSD-3-Clause

The Development Requires

mediawiki html parser markup converter