webit-de / html2textlibrary
This TYPO3 CMS extension creates a plain text version of a webpage using the html2text library
Installs: 2 023
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >=5.5.0
- html2text/html2text: ^4.3
- typo3/cms-core: ^8.7 || ^9.5
Replaces
- typo3-ter/html2textlibrary: 5.0.1
This package is auto-updated.
Last update: 2024-10-29 05:59:19 UTC
README
This TYPO3 CMS extension creates a plain text version of a webpage using the html2text library.
Requirements
- PHP
- TYPO3
Installation
TER Entry http://typo3.org/extensions/repository/view/html2textlibrary/
Packagist Entry https://packagist.org/packages/webit-de/html2textlibrary/
Source
https://github.com/webit-de/typo3-html2textlibrary/
Usage
-
Include the static TypoScript »Html2TextLibrary« in your root template
- The TypoScript creates a new pagetype which inherits it's settings from
an existing
page
object, passes all content to script »Html2TextLibrary« and returns the plain text - Open the target page with parameter
&type=99
to render the new page type
- The TypoScript creates a new pagetype which inherits it's settings from
an existing
-
…or append the script »Html2TextLibrary« as user function at the desired point in your TypoScript manually to convert any HTML to plain text
License
GNU General Public License version 2 or later
The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html.
Author
Dan Untenzu (untenzu@webit.de / @pixelbrackets) for webit! Gesellschaft für neue Medien mbH (http://www.webit.de/)
Changelog
See CHANGELOG
Contribution
TYPO3 - inspiring people to share!
This TYPO3 extension is Open Source, so please use, patch, extend or fork it.