An open API service indexing awesome lists of open source software.

https://github.com/cartalyst/interpret

Content rendering package supporting HTML, Markdown & plain text.
https://github.com/cartalyst/interpret

Last synced: about 1 year ago
JSON representation

Content rendering package supporting HTML, Markdown & plain text.

Awesome Lists containing this project

README

          

# Interpret

[![Build Status](http://ci.cartalyst.com/build-status/svg/36)](http://ci.cartalyst.com/build-status/view/36)

A rendering package, with support for HTML, Markdown & plain text. You can register custom mappings for custom content types. As you pass content to interpret, it will determine what it is and allow you to extract it's normal value and HTML equivalent.

An open source package by [Cartalyst](https://cartalyst.com), code well, rock on!

##Documentation

Reader-friendly Documentation can be found here. [Interpret Manual](https://cartalyst.com/manual/interpret).

Raw files can be found via this projects docs/version branch.

- [v1.0](https://github.com/cartalyst/interpret/tree/docs/1.0)
- [v1.1](https://github.com/cartalyst/interpret/tree/docs/1.1)

##Changelog

Important versions listed below. Refer to the [Changelog](CHANGELOG.md) for a full history of the project.

- [1.0](CHANGELOG.md) - 2013-04-13
- [1.1](CHANGELOG.md) - 2014-12-05

##Support

The following support channels can be used for contact.

- [Twitter](https://cartalyst.com/@twitter)
- [Email](mailto:help@cartalyst.com)

Bug reports, proposals, and pull requests can be submitted by following our [Contribution Guide](CONTRIBUTING.md)

##Contribution & Protocols

- [Contribution Guide](CONTRIBUTING.md)

##License

This software is released under the [BSD-3-Clause](LICENSE) License.

© 2012-2014 Cartalyst LLC, All rights reserved.