Page Bundler
About
The page bundler is an utility that will create one single page from all descendant pages of an index page.
Example
For instance, click on this link to get the Getting started guide section into one page.
You can then create a pdf file.
How it works
You need to add the following query ?do=combo_pagebundler to the URL of the index page. It will then bundle all descendants pages into one page.
?do=combo_pagebundler
Limitations
Because this is a heavy task, this task is limited to:
- for anonymous user:
- 5 pages (so no crawler will load your server)
- max execution time is the maximum time of the server (in php.ini, 30 second by default)
- for logged in user:
- no pages limitation
- max execution time is 5 minutes.