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

Commit

Permalink
Update contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
hxtree committed Mar 24, 2021
2 parents ae9c920 + 28a17b0 commit 538485a
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions README.md
@@ -1,39 +1,39 @@
<p align="center"><img src="https://github.com/ouxsoft/LivingMarkup/raw/master/docs/logo.jpg" width="400"></p>
<p align="center"><img src="https://github.com/Ouxsoft/LivingMarkup/raw/master/docs/logo.jpg" width="400"></p>

<p align="center">
<a href="https://travis-ci.com/github/ouxsoft/LivingMarkup"><img src="https://api.travis-ci.com/ouxsoft/LivingMarkup.svg?branch=master&status=passed" alt="Build Status"></a>
<a href="https://app.codacy.com/gh/ouxsoft/LivingMarkup?utm_source=github.com&utm_medium=referral&utm_content=ouxsoft/LivingMarkup&utm_campaign=Badge_Grade_Dashboard"><img alt="Codacy grade" src="https://img.shields.io/codacy/grade/86210d48e2ca45e497be865ace8a4029"></a>
<a href="https://codecov.io/gh/ouxsoft/LivingMarkup"> <img alt="Codecov" src="https://img.shields.io/codecov/c/github/ouxsoft/livingmarkup"> </a>
<a href="https://travis-ci.com/github/Ouxsoft/LivingMarkup"><img src="https://api.travis-ci.com/Ouxsoft/LivingMarkup.svg?branch=master&status=passed" alt="Build Status"></a>
<a href="https://app.codacy.com/gh/Ouxsoft/LivingMarkup?utm_source=github.com&utm_medium=referral&utm_content=Ouxsoft/LivingMarkup&utm_campaign=Badge_Grade_Dashboard"><img alt="Codacy grade" src="https://img.shields.io/codacy/grade/86210d48e2ca45e497be865ace8a4029"></a>
<a href="https://codecov.io/gh/Ouxsoft/LivingMarkup"> <img alt="Codecov" src="https://img.shields.io/codecov/c/github/Ouxsoft/livingmarkup"> </a>
<a href="https://livingmarkup.readthedocs.io/en/latest/?badge=latest"><img src="https://readthedocs.org/projects/livingmarkup/badge/?version=latest" alt="Documentation Status"></a>
</p>

<p align="center">
<a href="https://packagist.org/packages/ouxsoft/livingmarkup"><img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/ouxsoft/livingmarkup"></a>
<a href="https://packagist.org/packages/Ouxsoft/livingmarkup"><img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/Ouxsoft/livingmarkup"></a>
<a href="#tada-php-support" title="PHP Versions Supported"><img alt="PHP Versions Supported" src="https://img.shields.io/badge/php-7.3%20to%207.4-777bb3.svg?logo=php&logoColor=white&labelColor=555555"></a>
<a href="https://github.com/ouxsoft/livingmarkup/blob/master/LICENSE" title="license"><img alt="LICENSE" src="https://img.shields.io/badge/license-MIT-428f7e.svg?logo=open%20source%20initiative&logoColor=white&labelColor=555555"></a>
<a href="https://packagist.org/packages/ouxsoft/livingmarkup"><img src="https://poser.pugx.org/ouxsoft/livingmarkup/downloads" alt="Total Downloads"></a>
<a href="https://github.com/Ouxsoft/livingmarkup/blob/master/LICENSE" title="license"><img alt="LICENSE" src="https://img.shields.io/badge/license-MIT-428f7e.svg?logo=open%20source%20initiative&logoColor=white&labelColor=555555"></a>
<a href="https://packagist.org/packages/Ouxsoft/livingmarkup"><img src="https://poser.pugx.org/Ouxsoft/livingmarkup/downloads" alt="Total Downloads"></a>
</p>

## About

A Processor for Markup based on the [LHTML](https://github.com/ouxsoft/LHTML) standard written in PHP.
A Processor for Markup based on the [LHTML](https://github.com/Ouxsoft/LHTML) standard written in PHP.
Allows extraction of Markup into a data structure, orchestrated manipulation of said structure, and output as
(optimized) Markup.

## Installation

### Via Composer
LivingMarkup is available on [Packagist](https://packagist.org/packages/ouxsoft/livingMarkup).
LivingMarkup is available on [Packagist](https://packagist.org/packages/Ouxsoft/livingMarkup).

Install with [Composer](https://getcomposer.org/download/):
```shell script
composer require ouxsoft/livingmarkup
composer require Ouxsoft/livingmarkup
```

### Via Git
Install with [Git](https://git-scm.com/):
```shell script
git clone git@github.com:ouxsoft/LivingMarkup.git
git clone git@github.com:Ouxsoft/LivingMarkup.git
```

## Documentation
Expand All @@ -44,7 +44,10 @@ LivingMarkup is an open source project. If you find a problem or want to discuss
please create an issue, and/or if possible create a pull request.

## Acknowledgement
Thanks to Matthew Heroux for leading the development of LivingMarkup. Thanks to Andy Beak for providing code reviews.
Thanks to Bob Crowley for providing Project Management advising. Thanks to Aswin Vijayakumar for their useful comments.
Thanks to Matthew Heroux for leading the development of LivingMarkup.
Thanks to Andy Beak for providing code reviews.
Thanks to Bob Crowley for providing Project Management advising.
Thanks to Aswin Vijayakumar for their useful comments.
Thanks to Alexander Romanovich of White Whale Web Services for his work on the free class
[XPHP](http://technologies.whitewhale.net/xphp/). All of have led to changes to this implementation.
[XPHP](http://technologies.whitewhale.net/xphp/).
All of have led to changes to this implementation.

0 comments on commit 538485a

Please sign in to comment.