Login / Status
developer.Resource
Home . Extensions . Repository
Sponsors
hosted by punkt.deTYPO3 and Open Source MagazineAOE Media

Extension Repository

The official extension repository only consists of freely available extensions. In the future only security reviewed extensions will be displayed. More information about reviews and disclaimer. New documentation is rendered once a day.


Accessibility Glossary


InfoRatingsFeedback


  • Icon
    a21glossary
    Title
    Accessibility Glossary
    Extension key
    ( a21glossary )
    State
    beta, Not reviewed!
    Author
    Andreas Schwarzkopf
    Category
    fe
    Version
    0.4.10
    Manual
    Read online
    Downloads (total / this version)
    3459 / 1904
    Rating
    4.2 (5 votes)
    Updated
    28.02.2006
    Upload comment
    Bugfix: generateLink was corrected
    Description
    A glossary associated with automatical conversion of all abbreviations and acronyms in the special tags for accessibility issues.
  • Dependencies
    • depends on php 3.0.0-
    • depends on typo3 3.5.0-
    Reverse dependencies

    The following extension versions depend on this extension:

    Version history
    • 0.4.9: on default only the page type 0 is set additional page types can be included in the conversion additional config option for pidList - pagetree
    • 0.4.8: reupload of the previous version with the documentation
    • 0.4.7: Reupload of the older version with the documentation - it was lost with the previous update. Support of the multilanguage sites was improved.
    • 0.4.5: stdWrap configuration for type added - makes possible to use wraps within explanatory markup, e.g. for IE failover on abbr element. See example in the reference.
    Download extension

    Download compressed extension .T3X file

  • Filename Size View Date Download
    class.tx_a21glossary.php 9.7 K View 28.02.2006 Download
    ext_icon.gif 129 View 28.02.2006 Download
    ext_localconf.php 826 View 28.02.2006 Download
    ext_tables.php 1.4 K View 28.02.2006 Download
    ext_tables.sql 1.1 K View 28.02.2006 Download
    icon_tx_a21glossary_main.gif 126 View 28.02.2006 Download
    locallang_db.php 2.1 K View 28.02.2006 Download
    tca.php 6.8 K View 28.02.2006 Download
    doc/manual.sxw 52 K 28.02.2006 Download
    static/constants.txt 2.0 K View 28.02.2006 Download
    static/setup.txt 2.9 K View 28.02.2006 Download
    Preview for file a21glossary-0.4.10-ext_tables__sql:
    
    #
    
    # Table structure for table 'tx_a21glossary_main'
    #
    CREATE TABLE tx_a21glossary_main (
        uid int(11) DEFAULT '0' NOT NULL auto_increment,
        pid int(11) DEFAULT '0' NOT NULL,
        tstamp int(11) unsigned DEFAULT '0' NOT NULL,
        crdate int(11) unsigned DEFAULT '0' NOT NULL,
        cruser_id int(11) unsigned DEFAULT '0' NOT NULL,
        t3ver_oid int(11) unsigned DEFAULT '0' NOT NULL,
        t3ver_id int(11) unsigned DEFAULT '0' NOT NULL,
        t3ver_label varchar(30) DEFAULT '' NOT NULL,
        sys_language_uid int(11) DEFAULT '0' NOT NULL,
        l18n_parent int(11) DEFAULT '0' NOT NULL,
        l18n_diffsource mediumblob NOT NULL,
        deleted tinyint(4) unsigned DEFAULT '0' NOT NULL,
        hidden tinyint(4) unsigned DEFAULT '0' NOT NULL,
        starttime int(11) unsigned DEFAULT '0' NOT NULL,
        endtime int(11) unsigned DEFAULT '0' NOT NULL,
        fe_group int(11) DEFAULT '0' NOT NULL,
        short tinytext NOT NULL,
        shortcut tinytext NOT NULL,
        longversion tinytext NOT NULL,
        shorttype tinytext NOT NULL,
        language char(2) DEFAULT '' NOT NULL,
        description text NOT NULL,
        link tinytext NOT NULL,
        exclude tinyint(3) DEFAULT '0' NOT NULL,
        
        PRIMARY KEY (uid),
        KEY parent (pid)
    );