Skip to content
Snippets Groups Projects
Carsten  Rose's avatar
Carsten Rose authored
Manual.rst: fixed some typos, added three more examples to _pdf
config.qfq.example.ini: Remove DB_NAME_TEST, Add some details about SQL_LOG, add example for TECHNICAL_CONTACT
ac48eec7
History

QFQ: Typo3 Extbase Extension

Version: see extension/ext_emconf.php

Download

See: https://w3.math.uzh.ch/qfq/

  • release - Stable
  • nightly - Development version(1)
  • snapshot - Current, development version(1)

(1) To install the extension, the name of uploaded ZIP file has to follow some rule:

  • .zip or
  • .[.][<something].zip

Documentation

See the documentation provided with the exentions inside Typo3 /typo3conf/ext/qfq/Documentation/html/Index.html

If you get a 'Page forbidden / not found' there might be some Webserver restrictions. E.g. the Typo3 example of .htaccess in the Typo3 installation folder will forbid access to any extension documentation (which is a good idea on a productive server). For a development server instead, activate the documentation. .htaccess: ::

production: RewriteRule (?:typo3conf/ext|typo3/sysext|typo3/ext)/[^/]+/(?:Configuration|Resources/Private|Tests?|Documentation|docs?)/ - [F] development: RewriteRule (?:typo3conf/ext|typo3/sysext|typo3/ext)/[^/]+/(?:Configuration|Resources/Private|Tests?|docs?)/ - [F]

Or the latest stable version under https://docs.typo3.org/typo3cms/drafts/github/T3DocumentationStarter/Public-Info-053/Index.html