“”

Content parser and tagger (Glossary) Content parser and tagger (Glossary)

contagged / stable

This extension parses your content to tag, replace and link specific terms. It is useful to auto-generate a glossary - but not only. See ChangeLog and WiKi (http://wiki.typo3.org/index.php/Contagged).

Last upload comment

Bugfixes and some new features, including cross-reference, pronounciation, and media property. Please read change log for more information.

Downloads by month

Download 1.7.0 Extension Manual
Author
Jochen Rau
Company
typoplanet
Last update
31. Jul 2012
First upload
14. May 2007
Downloads
15,284
Category
Frontend
Dependencies
none

Installation

  1. Download ZIP file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the ZIP file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.
  1. Download T3X file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the T3X file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.

Version history

Version Upload comment Works with TYPO3 Download
1.7.0 / stable
July 31, 2012
Bugfixes and some new features, including cross-reference, pronounciation, and media property. Please read change log for more information.
Download
1.6.0 / stable
February 06, 2010
Huge performance improvement (tested with 1000 terms). New CSS based tooltip (even with block tags). [!!!] Changed $_GET parameters. Fixed compatibility with PHP 5.3.x. Please read the upgrade instructions in README.txt first!
Download
1.5.0 / stable
January 12, 2010
Improved pagebrowser configuration. Added config option "respectCase". Template page id in the extension configuration not needed anymore. Replaced deprecated functions (now fully compliant to PHP 5.3). Removed experimental RTE integration. See ChangeLog
Download
1.4.0 / stable
October 01, 2009
Added configuration option plugin.tx_contagged.pagebrowser.wraps and switched to div-container. Added Icon for hidden terms (thx Matthias Koch). [!!!] Content of tables, uploads, captions, and html-cObj are now parsed, too. The long description of a term
Download
1.3.0 / stable
September 16, 2009
Fixed non-translated page titles in backlink (Thanks to Oliver Berg for reporting). Resolves #4478. Fixed an issue with the parser (appended terms to cObj in some rare cases).
Download
1.2.0 / stable
August 26, 2009
Bugfix: Removed dependency to TYPO3 4.3 (t3lib_div::makeInstance()).
Download
1.1.0 / stable
August 14, 2009
This is a bugfix release. Please see the ChangeLog and the project page on forge.typo3.org for more information.
Download
1.0.0 / stable
March 20, 2009
Status is now STABLE (thanks for the numerous feed-back); default configuration of typolinks is now possible; added example configuration for CoolUrl (thanks to Carine); Bugfixes (see ChangeLog.txt)

Download
0.2.1 / beta
March 10, 2009
Bugfix release (see ChangeLog): FIX Uninitialized variables (arrays); FIX Handling of UTF-8 (if you have UTF-8 enabled, please add "u" to "contagged.modifier = Uisu" in your TS constants)
Download
0.2.0 / beta
November 30, 2008
Restructured TS Setup (please adapt your TS Setup!). Sponsored by Paul Vetch (qedStudio): Mini list of terms found on a page; Search box; Page browser; Crosslinking between terms; Images in your term definitions (DAM aware).
Download
0.1.5 / beta
September 24, 2008
It's not necessary anymore to set maxRecurrences to invoke the parser; the parser is now invoked also for bullet lists and headers (if <h[1-6]> is not excluded); the matches are now spread over the cObj constantly
Download
0.1.4 / beta
September 23, 2008
FIX Fixed typo in TS Setup
Download
0.1.3 / beta
September 23, 2008
The maximum number of recurrences of a term (for a cObj) can be set by defining maxRecurrences in the TS Setup
Download
0.1.2 / beta
September 09, 2008
BUGFIX: In some cases no term was found if the content was not UTF-8; now support for UTF-8 must be activated manually by changing the RegEx-modifier "Uis" to "Uuis"; fixes bug #1483
Download
0.1.1 / beta
September 01, 2008
RealUrl example configuration added to "doc" folder; non filled markers (###TITLE###) are now removed
Download
0.1.0 / beta
August 31, 2008
changed status to beta
Download
0.0.19 / beta
August 31, 2008
Cleaned up template file; phrases can now be added by selecting them in the FE (experimental); terms can now be edited in the FE-list and in the content elements (you have to enable Admin Panel Editing); keywords option activated; changed the way to gener
Download
0.0.17 / alpha
February 14, 2008
Major Revision; several fixes; new parsing algorithm
Download
0.0.16 / alpha
December 05, 2007
Small bugfix to avoid inaccurate parsing inside a tag
Download
0.0.15 / alpha
October 19, 2007
Added support for tx_categories (experimental extension maintained by Mads Brunn; not in TER; see TYP3_ect on news.netfielder.de); several bugfixes; see ChangeLog
Download
0.0.14 / alpha
October 10, 2007
fixed link back to page ... in FE-Plugin; improved support for multibyte character sets (using t3lib_cs instead of native strlen() and substr())
Download
0.0.13 / alpha
October 06, 2007
Enhanced performance of the FE-plugin; better support for joined words; fixed handling of ambiguities; some other improvements and fixes
Download
0.0.12 / alpha
September 28, 2007
Now it will be checked if the table configured as a data source exists in the database (avoids an error message)
Download
0.0.11 / alpha
September 26, 2007
You can and HAVE TO define storagePids (see ChangeLog)! Several other improvements.
Download
0.0.10 / alpha
September 22, 2007
new type "Regular Expression" (every term is treated as RegEx and matches can be replaced; see TS Setup in setup.txt)
Download
0.0.9 / alpha
September 21, 2007
Any database table can now be configured as a data source for every single type of term (very powerful!); example configuration for tt_address; matched terms are now registered as keywords to be inserted in the head-section; exclude individual content obj
Download
0.0.8 / alpha
September 18, 2007
Added experimental support for foreign tables like tt_address (configurable through TS Setup: table name, field mapping); see ChangeLog to activate
Download
0.0.7 / alpha
September 18, 2007
see ChangeLog: improved auto generated index of the FE-Plugin (UTF-8, autoAddIndexChars); small bugfix (closing bracket in TS Setup)
Download
0.0.6 / alpha
September 14, 2007
see ChangeLog; stdWrap for the term to be searched (eg. "***Steve Jobs***" or custom tags); improved UTF-8 handling; small bugfixes
Download
0.0.5 / alpha
September 07, 2007
pure css tool-tips are now valid; added preStdWrap and postStdWrap; support for joined words (with a dash); fixed bug in SQL-Statement
Download
0.0.4 / alpha
August 29, 2007
Better support for multibyte character sets (UTF8).
Download
0.0.3 / alpha
August 28, 2007
New FE plugin. Several improvments (see change log).
Download
0.0.2 / alpha
May 20, 2007
Some minor bugfixes. New features: exclude tags; auto-generate keywords of the page (see change log).
Download
0.0.1 / alpha
May 14, 2007
initial upload
Download