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-static__constants__txt:
    
    a21glossary {
    
        # cat=a21glossary; type=; label=Storage page: Comma separated list of page IDs where the glossary entries are stored in the backend
       storagePage = 0
        # cat=a21glossary; type=int+; label=Frontend glossary page: Page ID of the frontend glossary page, where the list of glossary entries are shown 
       glossaryPage = 0
       # cat=a21glossary; type=wrap; label=Glossary wrap: It wraps the whole glossary content
       allWrap = <dl class="glossary">|</dl>
       # cat=a21glossary;  type=wrap; label=Term wrap: It wraps the term (Acronym / abbreviation / definition) in the glossary list
       shortWrap = <dt>|</dt>
       # cat=a21glossary; type=wrap; label=Description block wrap: It wraps the rest block - long version, description etc.
       restWrap = <dd>|</dd>
       # cat=a21glossary;  type=wrap; label=Type wrap: It wraps the type of the term - acronym / abbreviation / definition
       typeWrap = <span class="type">|</span>
       # cat=a21glossary;  type=wrap; label=Long version wrap: It wraps the long version of the term
       longWrap =  <b>|</b>
       # cat=a21glossary;  type=wrap; label=Description wrap: It wraps the description of the term
       descriptionWrap = <p class="description">|</p>
       # cat=a21glossary;  type=; label=Back label: The label of the link back to the previous page, displayed in the glossary list
       back = back
       # cat=a21glossary;  type=wrap; label=Back label wrap: Wraps the label and the link back to the previous page, displayed in the glossary list
       backWrap = <p class=back">|</p>
       # cat=a21glossary;  type=; label=All entries label: The label of the link to displaying all entries of the glossary list
       allEntries = show all entries
       # cat=a21glossary;  type=wrap; label=All entries label wrap: Wraps the label and the the link to displaying all entries of the glossary list
       allEntriesWrap = <p class="all">|</p>
       # cat=a21glossary;  type=; label=Sorting field: The database field to sort the entries in the glossary list
       orderBy = short
    }