Skip to content
Snippets Groups Projects
README.md 1.31 KiB
Newer Older
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:

Carsten  Rose's avatar
Carsten Rose committed
 * \<ext\>.zip or
 * \<ext\>_\<major\>.\<minor\>[.\<micro\>][_\<something\>].zip
Carsten  Rose's avatar
Carsten Rose committed

Carsten  Rose's avatar
Carsten Rose committed
See the documentation provided with the exentions inside Typo3
 <your Typo3 installation>/typo3conf/ext/qfq/Documentation/html/Index.html
Carsten  Rose's avatar
Carsten Rose committed

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]
  
 
Carsten  Rose's avatar
Carsten Rose committed
Or the latest stable version under https://docs.typo3.org/typo3cms/drafts/github/T3DocumentationStarter/Public-Info-053/Index.html
Carsten  Rose's avatar
Carsten Rose committed