Download the PHP package aoe/staticpub-pageexport without Composer
On this page you can find all versions of the php package aoe/staticpub-pageexport. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aoe/staticpub-pageexport
More information about aoe/staticpub-pageexport
Files in aoe/staticpub-pageexport
Package staticpub-pageexport
Short Description Exports pages (as ZIP-file) via staticpub
License GPL-3.0
Homepage https://forge.typo3.org/projects/extension-staticpub_pageexport
Informations about the package staticpub-pageexport
Overview of system related internals used or defined by the extension 'staticpub_pageexport'
1) What does this extension provides? With this extension, you can export a TYPO3-page as a ZIP-file. The extension internally use the staticpub- and crawler-extension, to do this.
2) How to configure this extension?
-
Install this extension
-
Create a staticpub-configuration. Either you add e.g. this TypoScript to your page-TypoSript: tx_staticpub_publish { includeResources=true overruleBaseUrl= publishDirForResources=typo3temp/staticpubresources/ } tx_crawler > tx_crawler.crawlerCfg.paramSets { staticpub = staticpub.procInstrFilter = tx_staticpub_publish staticpub.procInstrParams.tx_staticpub_publish < tx_staticpub_publish }
OR you create a "Crawler Configuration"-record with:
-
this "Processing instruction filter": Publish static [tx_staticpub_publish]
- this "Processing instruction parameters": tx_staticpub_publish.includeResources=true tx_staticpub_publish.overruleBaseUrl= tx_staticpub_publish.publishDirForResources=typo3temp/staticpubresources/
-
- Go into the 'Functions'-Backend-Module (in your TYPO3-Backend).
- Select the 'Page-Export'-Function (you find the selection in the upper left corner in the content-frame)
- Select the page, which you want to export as a ZIP-file
- Click on the button "Start Export"
This extension is no longer actively maintained.
All versions of staticpub-pageexport with dependencies
typo3/cms-core Version *
typo3/cms-extbase Version *
aoe/staticpub Version *
typo3-ter/crawler Version *