DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: Static Info Tables

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed by:Holzinger Franz
Changed:2014-01-04T16:20:01
Classification:static_info_tables_markets
Keywords:forAdmins, forIntermediates
Author:David Brühlmeier
Email:david@bruehlmeier.com
Info 4:
Language:en

img-1 img-2 EXT: Static Info Tables - static_info_tables_markets

EXT: Static Info Tables

Extension Key: static_info_tables_markets

Language: en

Keywords: forAdmins, forIntermediates

Copyright 2009-2014, David Brühlmeier, <david@bruehlmeier.com>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

EXT: Static Info Tables 1

`Introduction 3 <#1.1.Introduction|outline>`_

What does it do? 3

Requirements 3

Standards 3

Credits 3

Support 3

`Users manual 4 <#1.2.Users%20manual|outline>`_

Tables Structure 4

Frontend API 4

`Configuration 5 <#1.3.Configuration|outline>`_

Installation 5

`Change Log 6 <#1.4.Change%20Log|outline>`_

Introduction

What does it do?

This extension provides international market places for the Static Info Tables.

Requirements

The API is included in Static Info Tables (static_info_tables) >= 2.0.3.

Standards

ISO-Standard 10383 for market places

Credits

... thanks to the translators.

Support

Contact the extension author.

Users manual

This manual provides information for developers.

Tables Structure

The country uses the uid of the country records as reference.

static_markets

This table provides international market places following the ISO- Standard 10383.

CREATE TABLE static_markets (
  uid int(11) auto_increment,
  pid int(11) default '0',
  country int(11) default '0',
  mic varchar(4) default '',
  institution_description varchar(90) default '',
  acronym varchar(30) default '',
  city varchar(30) default '',
  url varchar(90) default '',
  PRIMARY KEY (uid),
  KEY parent (pid)
);

Frontend API

See the manual for static_info_tables.

Configuration

Installation

Language Packs

The current version of the static tables does not include any other language labels than English.

Character encoding

The tables are encoded with UTF-8. This means that if you use another encoding in your installation you have to convert the encoding. The extension provide a conversion tool in the extension manager. Select “UPDATE!” in the main menu in the details view of the extension.

Each language pack has the same tool which must be used when importing the localized data.

Change Log

0.0.1

Version

0.0.1

Changes

New creation out of static_info_tables 2.1.1

6