https://github.com/shred/commons-text
A collection of plain and HTML text filters
https://github.com/shred/commons-text
html-converter java-library markdown textile
Last synced: 9 months ago
JSON representation
A collection of plain and HTML text filters
- Host: GitHub
- URL: https://github.com/shred/commons-text
- Owner: shred
- License: lgpl-3.0
- Created: 2012-01-08T23:40:55.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2021-07-04T07:20:06.000Z (almost 5 years ago)
- Last Synced: 2024-12-25T19:49:52.532Z (over 1 year ago)
- Topics: html-converter, java-library, markdown, textile
- Language: Java
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-LGPL.txt
Awesome Lists containing this project
README
# commons-text  
A Java library for processing texts.
This software is part of the Shredzone Commons.
## Features
* Convert HTML to text, text to HTML etc.
* Secure: Helps dealing with user input, strips HTML or limits tag usage
* Designed for quick conversion and low memory footprint
* Contains a textile and markdown to HTML converter
* Requires Java 8 or higher (up to v1.0: Java 6)
## Documentation
See the [online documentation](https://shredzone.org/maven/commons-text/) for examples.
## Contribute
* Fork the [Source code at Codeberg](https://codeberg.org/shred/commons-text). Feel free to send pull requests.
* Found a bug? [File a bug report!](https://codeberg.org/shred/commons-text/issues)
## License
_commons-text_ is open source software. The source code is distributed under the terms of [GNU Lesser General Public License Version 3](http://www.gnu.org/licenses/lgpl-3.0.html).