Skip to content

Commit

Permalink
Merge pull request #123 from Beacze/module-to-distribution
Browse files Browse the repository at this point in the history
Remove module and convert plugin to distribution
  • Loading branch information
Alexander Bigga authored Aug 9, 2019
2 parents a6e02e9 + 5ff77bc commit cf807b2
Show file tree
Hide file tree
Showing 13 changed files with 13,507 additions and 1,429 deletions.
13,506 changes: 13,506 additions & 0 deletions Initialisation/data.xml

Large diffs are not rendered by default.

Binary file added Resources/Public/Images/Distribution.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/Public/Images/DistributionWelcome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
$EM_CONF[$_EXTKEY] = array(
'title' => 'DFG Viewer',
'description' => 'Remote resources navigator for digital libraries. Reads METS/MODS and METS/TEI via OAI-PMH.',
'category' => 'plugin',
'category' => 'distribution',
'author' => 'Sebastian Meyer',
'author_email' => 'typo3@slub-dresden.de',
'author_company' => 'Saxon State and University Library Dresden (SLUB)',
Expand Down
9 changes: 0 additions & 9 deletions ext_tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,3 @@
ExtensionManagementUtility::addPlugin(array('LLL:EXT:dfgviewer/locallang.xml:tt_content.dfgviewer_uri', $_EXTKEY.'_uri'), 'list_type');

ExtensionManagementUtility::addPiFlexFormValue($_EXTKEY.'_uri', 'FILE:EXT:'.$_EXTKEY.'/Configuration/Flexforms/Uri.xml');

// Register modules.
if (TYPO3_MODE == 'BE') {

// Module "setup".
ExtensionManagementUtility::addModule('txdlfmodules', 'txdfgviewersetup', '', ExtensionManagementUtility::extPath($_EXTKEY).'modules/setup/');

ExtensionManagementUtility::addLLrefForTCAdescr('_MOD_txdlfmodules_txdfgviewersetup', 'EXT:dfgviewer/modules/setup/locallang_mod.xml');
}
33 changes: 0 additions & 33 deletions modules/setup/conf.php

This file was deleted.

335 changes: 0 additions & 335 deletions modules/setup/index.php

This file was deleted.

Loading

0 comments on commit cf807b2

Please sign in to comment.